getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
359 stars 47 forks source link

Clean up Metrics usage a bit #1352

Closed Swatinem closed 8 months ago

Swatinem commented 8 months ago

Instead of defining a custom wrapper type to add global tags, use the built in cadence functionality to do so.


This is the cleanups from https://github.com/getsentry/symbolicator/pull/1351, but without the part that actually sends things to Sentry.

skip-changelog