getsentry / sentry-java

A Sentry SDK for Java, Android and other JVM languages.
https://docs.sentry.io/
MIT License
1.15k stars 435 forks source link

[Metrics] Add code location support to Metrics #3241

Open markushi opened 7 months ago

markushi commented 7 months ago

Description

Feature description: https://develop.sentry.dev/sdk/metrics/#meta-data

As of now, languages which require symbolication are not supported. The feature itself is still in a MVP/UX research phase and thus not connected to any processing pipelines. Once we have some more positive feedback on code locations, the backend will include code locations into event processing, adding the possibility to symbolicate those events / enrich them with source context.

Related Issue: https://github.com/getsentry/sentry-java/issues/3190

markushi commented 7 months ago

FYI @kahest @smeubank after talking to @iambriccardo, this feature is blocked for now - which is fine, as it's optional anyway.