Method: Sentry::Span#timestamp

Defined in:
lib/sentry/span.rb

#timestampFloat (readonly)

Finishing timestamp of the span.

Returns:

  • (Float)


87
88
89
# File 'lib/sentry/span.rb', line 87

def timestamp
  @timestamp
end