Method: Sentry::Span#metrics_summary

Defined in:
lib/sentry/span.rb

#metrics_summaryObject

[View source]

315
316
317
# File 'lib/sentry/span.rb', line 315

def metrics_summary
  @metrics_local_aggregator&.to_hash
end