Skip to content

Commit c1b2a37

Browse files
Zih0Lms24
authored andcommitted
fix: new snapshot
1 parent 056fb94 commit c1b2a37

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

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

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,41 @@ snapshot[`captureException 1`] = `
4242
},
4343
stacktrace: {
4444
frames: [
45+
{
46+
colno: 20,
47+
filename: "ext:cli/40_test.js",
48+
function: "outerWrapped",
49+
in_app: false,
50+
lineno: 548,
51+
},
52+
{
53+
colno: 33,
54+
filename: "ext:cli/40_test.js",
55+
function: "exitSanitizer",
56+
in_app: false,
57+
lineno: 534,
58+
},
59+
{
60+
colno: 31,
61+
filename: "ext:cli/40_test.js",
62+
function: "resourceSanitizer",
63+
in_app: false,
64+
lineno: 486,
65+
},
66+
{
67+
colno: 33,
68+
filename: "ext:cli/40_test.js",
69+
function: "asyncOpSanitizer",
70+
in_app: false,
71+
lineno: 251,
72+
},
73+
{
74+
colno: 11,
75+
filename: "ext:cli/40_test.js",
76+
function: "innerWrapped",
77+
in_app: false,
78+
lineno: 605,
79+
},
4580
{
4681
colno: 27,
4782
context_line: " client.captureException(something());",
@@ -101,8 +136,8 @@ snapshot[`captureException 1`] = `
101136
},
102137
],
103138
},
104-
platform: "javascript",
105139
level: "error",
140+
platform: "javascript",
106141
sdk: {
107142
integrations: [
108143
"InboundFilters",

0 commit comments

Comments
 (0)