Method: Sentry::Integrable#capture_check_in

Defined in:
lib/sentry/integrable.rb

#capture_check_in(slug, status, **options, &block) ⇒ Object

[View source]

30
31
32
33
34
# File 'lib/sentry/integrable.rb', line 30

def capture_check_in(slug, status, **options, &block)
  options[:hint] ||= {}
  options[:hint][:integration] = integration_name
  Sentry.capture_check_in(slug, status, **options, &block)
end