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: new snapshot
  • Loading branch information
Zih0 authored and Lms24 committed Dec 12, 2024
commit c1b2a370a1627c46c3e5a676514fb012f08eacf5
37 changes: 36 additions & 1 deletion packages/deno/test/__snapshots__/mod.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,41 @@ snapshot[`captureException 1`] = `
},
stacktrace: {
frames: [
{
colno: 20,
filename: "ext:cli/40_test.js",
function: "outerWrapped",
in_app: false,
lineno: 548,
},
{
colno: 33,
filename: "ext:cli/40_test.js",
function: "exitSanitizer",
in_app: false,
lineno: 534,
},
{
colno: 31,
filename: "ext:cli/40_test.js",
function: "resourceSanitizer",
in_app: false,
lineno: 486,
},
{
colno: 33,
filename: "ext:cli/40_test.js",
function: "asyncOpSanitizer",
in_app: false,
lineno: 251,
},
{
colno: 11,
filename: "ext:cli/40_test.js",
function: "innerWrapped",
in_app: false,
lineno: 605,
},
{
colno: 27,
context_line: " client.captureException(something());",
Expand Down Expand Up @@ -101,8 +136,8 @@ snapshot[`captureException 1`] = `
},
],
},
platform: "javascript",
level: "error",
platform: "javascript",
sdk: {
integrations: [
"InboundFilters",
Expand Down