-
Notifications
You must be signed in to change notification settings - Fork 93
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
feat(metrics): Extract release health metrics from sessions #986
Conversation
* master: ref(constants): Assign explicit values to DataCategory enum (#987)
relay-server/src/actors/envelopes.rs
Outdated
let received = state.received_at; | ||
let extract_metrics = state.project_state.has_feature(Feature::MetricsExtraction); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jan-auer do we need to add && self.config.processing_enabled()
here?
Instructions and example for changelogFor changes exposed to the Python package, please add an entry to For changes to the Relay server, please add an entry to
To the changelog entry, please add a link to this PR (consider a more descriptive message): - Extract release health metrics from sessions. ([#986](https://github.com/getsentry/relay/pull/986)) If none of the above apply, you can opt out by adding #skip-changelog to the PR description. |
Depends on getsentry/sentry#25575.