class Sentry::Rails::LogSubscriber
def duration_ms(event)
-
(Float)- Duration in milliseconds
Parameters:
-
event(ActiveSupport::Notifications::Event) -- The event
def duration_ms(event) event.duration.round(2) end
(Float)
- Duration in milliseconds
event
(ActiveSupport::Notifications::Event)
-- The event
def duration_ms(event) event.duration.round(2) end