Skip to content
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

[v9] Node ANR sessions missing attrs.release #15137

Closed
timfish opened this issue Jan 22, 2025 · 0 comments · Fixed by #15138
Closed

[v9] Node ANR sessions missing attrs.release #15137

timfish opened this issue Jan 22, 2025 · 0 comments · Fixed by #15138
Assignees

Comments

@timfish
Copy link
Collaborator

timfish commented Jan 22, 2025

Description

Suspect this was caused by:

We continually pass the session to the ANR worker where it is expected to already have attrs.release. The session can then sent from the ANR worker later.

This was picked up by the Electron e2e tests.

Unfortunately the tests I wrote in this repo for ANR didn't check the release so I only have myself to blame 🫣

.expect({
session: {
status: 'abnormal',
abnormal_mechanism: 'anr_foreground',
},
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant