Method: Sentry::Span#start_timestamp

Defined in:
lib/sentry/span.rb

#start_timestampFloat (readonly)

Starting timestamp of the span.

Returns:

  • (Float)
[View source]

84
85
86
# File 'lib/sentry/span.rb', line 84

def start_timestamp
  @start_timestamp
end