class Sentry::Span
def set_timestamp(timestamp)
-
timestamp
(Float
) -- finished time in float format (most precise).
def set_timestamp(timestamp) @timestamp = timestamp end
timestamp
(Float
)
-- finished time in float format (most precise).
def set_timestamp(timestamp) @timestamp = timestamp end