-
-
Notifications
You must be signed in to change notification settings - Fork 465
feat(metrics): Trace Metrics #5026
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rocessor_and_factory feat(metrics): [Trace Metrics 15] Android Metrics batch processor and factory
…es_if_senddefaultpii_is_true feat(metrics): [Trace Metrics 16] Only send user attributes if sendDefaultPii is true
…otation_from_metrics_options feat(metrics): [Trace Metrics 17] Remove Experimental Annotation from Metrics Options
feat(metrics): [Trace Metrics 18] Add unit tests for Metrics
…ameters_for_metrics feat(metrics): [Trace Metrics 19] Create `SentryMetricsParameters` for Metrics
…butes_to_metrics feat(metrics): [Trace Metrics 20] Add device and OS attributes to metrics
…metrics_and_update_feature_flags_rule_ feat(metrics): [Trace Metrics 21] Add AI rules files for Metrics (and update feature flags rule)
…batchprocessor_from_sentryclient feat(metrics): [Trace Metrics 22] Close and flush `MetricsBatchProcessor` from `SentryClient`
…hon_version Use uv for managing python version
feat(metrics): [Trace Metrics 23] Add E2E tests for Metrics
feat(metrics): [Trace Metrics 25] Add Hint to Metrics
…_create_shortcut_for_attributes_map feat(metrics): [Trace Metrics 26] SentryMetricsParameters create shortcut for attributes map
…yoptions.metrics.beforesendmetriccallback_spring_beans feat(metrics): [Trace Metrics 27] Automatically use SentryOptions.Metrics.BeforeSendMetricCallback Spring beans
…_remove_sleep feat(metrics): [Trace Metrics 29] Rename sample API param, remove sleep
…tants feat(metrics): [Trace Metrics 30] Create MetricsUnit constants
Member
Author
|
cursor review |
Member
Author
|
@sentry review |
🚨 Bugbot couldn't runSomething went wrong. Try again by commenting "Cursor review" or "bugbot run", or contact support (requestId: serverGenReqId_4c4f0fad-e021-4d8d-8f91-3e15cf830b0f). |
Member
Author
|
cursor review |
🚨 Bugbot couldn't runSomething went wrong. Try again by commenting "Cursor review" or "bugbot run", or contact support (requestId: serverGenReqId_68595ca8-dfad-418d-9128-3e235a3a212d). |
markushi
approved these changes
Jan 14, 2026
* Some more PR review changes * Format code --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📜 Description
Implement Trace Metrics.
This is just a collection branch to merge all the small PRs into and have a single commit for the feature on
main.See individual PRs merged into this one for more details and reviews of the changes.
💡 Motivation and Context
Closes #4906
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps