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 b820d7b commit 7ba228fCopy full SHA for 7ba228f
dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts
@@ -41,8 +41,8 @@ const ANR_EVENT = (trace: boolean = false) => ({
41
...(trace
42
? {
43
trace: {
44
- span_id: expect.stringMatching(/[a-f0-9]{16}/),
45
- trace_id: expect.stringMatching(/[a-f0-9]{32}/),
+ span_id: expect.stringMatching(/[a-f\d]{16}/),
+ trace_id: expect.stringMatching(/[a-f\d]{32}/),
46
},
47
}
48
: {}),
0 commit comments