Method: Sentry::CheckInEvent#duration

Defined in:
lib/sentry/check_in_event.rb

#durationInteger?

Duration of this check since it has started in seconds.

Returns:

  • (Integer, nil)
[View source]

20
21
22
# File 'lib/sentry/check_in_event.rb', line 20

def duration
  @duration
end