Method: Sentry::Mechanism#type
- Defined in:
- lib/sentry/interfaces/mechanism.rb
#type ⇒ String
Generic identifier, mostly the source integration for this exception.
7 8 9 |
# File 'lib/sentry/interfaces/mechanism.rb', line 7 def type @type end |