-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add abnormal_mechanism
to sessions to track ANR rate
#774
Comments
I guess we need to add this to nodejs first |
After the next Sentry JavaScript release I will update them and add some tests. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref #729
As per getsentry/develop#931 we can add the
abnormal_mechanism
mechanism field to sessions to indicate to Sentry if a session was errored because of ANR. This allows the product to calculate ANR rate.ref getsentry/sentry-java#2475
Abnormal mechanism can be either one of
anr_foreground
or `anr_background as per https://github.com/getsentry/sentry/blob/bf6651cb323c6c45eab2b31d4078b21756dbdff6/src/sentry/sentry_metrics/indexer/strings.py#L139-L140The text was updated successfully, but these errors were encountered: