Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test!
  • Loading branch information
timfish committed Dec 10, 2024
commit cc18077ed0a0ca9bd826218106bb2887cafdf13d
4 changes: 0 additions & 4 deletions dev-packages/node-integration-tests/suites/anr/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ const ANR_EVENT = {
const ANR_EVENT_WITHOUT_STACKTRACE = {
// Ensure we have context
contexts: {
trace: {
span_id: expect.stringMatching(/[a-f0-9]{16}/),
trace_id: expect.stringMatching(/[a-f0-9]{32}/),
},
device: {
arch: expect.any(String),
},
Expand Down
Loading