Skip to content

Commit f03c79b

Browse files
committed
update snapshots
1 parent e050287 commit f03c79b

File tree

1 file changed

+3
-35
lines changed

1 file changed

+3
-35
lines changed

packages/deno/test/__snapshots__/mod.test.ts.snap

+3-35
Original file line numberDiff line numberDiff line change
@@ -42,41 +42,6 @@ snapshot[`captureException 1`] = `
4242
},
4343
stacktrace: {
4444
frames: [
45-
{
46-
colno: 20,
47-
filename: "ext:cli/40_testing.js",
48-
function: "outerWrapped",
49-
in_app: false,
50-
lineno: 472,
51-
},
52-
{
53-
colno: 33,
54-
filename: "ext:cli/40_testing.js",
55-
function: "exitSanitizer",
56-
in_app: false,
57-
lineno: 458,
58-
},
59-
{
60-
colno: 31,
61-
filename: "ext:cli/40_testing.js",
62-
function: "resourceSanitizer",
63-
in_app: false,
64-
lineno: 410,
65-
},
66-
{
67-
colno: 33,
68-
filename: "ext:cli/40_testing.js",
69-
function: "asyncOpSanitizer",
70-
in_app: false,
71-
lineno: 177,
72-
},
73-
{
74-
colno: 11,
75-
filename: "ext:cli/40_testing.js",
76-
function: "innerWrapped",
77-
in_app: false,
78-
lineno: 526,
79-
},
8045
{
8146
colno: 27,
8247
context_line: " client.captureException(something());",
@@ -170,6 +135,7 @@ snapshot[`captureMessage 1`] = `
170135
{
171136
category: "sentry.event",
172137
event_id: "{{id}}",
138+
level: "error",
173139
message: "Error: Some unhandled error",
174140
timestamp: 0,
175141
},
@@ -240,6 +206,7 @@ snapshot[`captureMessage twice 1`] = `
240206
{
241207
category: "sentry.event",
242208
event_id: "{{id}}",
209+
level: "error",
243210
message: "Error: Some unhandled error",
244211
timestamp: 0,
245212
},
@@ -317,6 +284,7 @@ snapshot[`captureMessage twice 2`] = `
317284
{
318285
category: "sentry.event",
319286
event_id: "{{id}}",
287+
level: "error",
320288
message: "Error: Some unhandled error",
321289
timestamp: 0,
322290
},

0 commit comments

Comments
 (0)