Method: Sentry::Mechanism#type

Defined in:
lib/sentry/interfaces/mechanism.rb

#typeString

Generic identifier, mostly the source integration for this exception.

Returns:

  • (String)


7
8
9
# File 'lib/sentry/interfaces/mechanism.rb', line 7

def type
  @type
end