Method: Sentry::CheckInEvent#monitor_slug

Defined in:
lib/sentry/check_in_event.rb

#monitor_slugString

Identifier of the monitor for this check-in.

Returns:

  • (String)


17
18
19
# File 'lib/sentry/check_in_event.rb', line 17

def monitor_slug
  @monitor_slug
end