Skip to content

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

Closed
@timfish

Description

@timfish

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',
},
})

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions