Skip to content

Commit f40e8d3

Browse files
committed
fix: lint update
1 parent 971548d commit f40e8d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/util/sentry/utils.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ describe('excludeEvents', () => {
254254
transaction: 'Onboarding - Overall Journey',
255255
contexts: {
256256
trace: {
257+
span_id: 'abc123',
258+
trace_id: 'def456',
257259
data: {
258260
'trace.timed_out': true,
259261
},
@@ -270,6 +272,8 @@ describe('excludeEvents', () => {
270272
transaction: 'Onboarding - Overall Journey',
271273
contexts: {
272274
trace: {
275+
span_id: 'abc123',
276+
trace_id: 'def456',
273277
data: {
274278
'some.other.attr': 'value',
275279
},

0 commit comments

Comments
 (0)