We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19c885 commit cc18077Copy full SHA for cc18077
dev-packages/node-integration-tests/suites/anr/test.ts
@@ -55,10 +55,6 @@ const ANR_EVENT = {
55
const ANR_EVENT_WITHOUT_STACKTRACE = {
56
// Ensure we have context
57
contexts: {
58
- trace: {
59
- span_id: expect.stringMatching(/[a-f0-9]{16}/),
60
- trace_id: expect.stringMatching(/[a-f0-9]{32}/),
61
- },
62
device: {
63
arch: expect.any(String),
64
},
0 commit comments