module Sentry

def last_event_id

Returns:
  • (String, nil) -
def last_event_id
  return unless initialized?
  get_current_hub.last_event_id
end