Method: Sentry::Envelope#item_types
- Defined in:
- lib/sentry/envelope.rb
#item_types ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 18 19 |
# File 'lib/sentry/envelope.rb', line 17 def item_types @items.map(&:type) end |