You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🫣
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 🫣
sentry-javascript/dev-packages/node-integration-tests/suites/anr/test.ts
Lines 187 to 192 in 6ba9051
The text was updated successfully, but these errors were encountered: