Sentry Span Metrics #13136
mydea
started this conversation in
Features / New SDKs (Integrations) / Ideas
Sentry Span Metrics
#13136
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We recently announced upcoming API changes to our existing SDK Metrics API here.
Moving forward, Metrics will be extracted from the spans data attribute.
This discussion collects some examples for how to do certain things.
How to attach data to a span
Examples
Counting button clicks
Measure component load time
Count unique users
Increment a counter in a loop
Beta Was this translation helpful? Give feedback.
All reactions