Method: Sentry::Integrable#capture_check_in
- Defined in:
- lib/sentry/integrable.rb
permalink #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, **, &block) [:hint] ||= {} [:hint][:integration] = integration_name Sentry.capture_check_in(slug, status, **, &block) end |