File tree 1 file changed +36
-1
lines changed
packages/deno/test/__snapshots__
1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,41 @@ snapshot[`captureException 1`] = `
42
42
},
43
43
stacktrace: {
44
44
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
+ },
45
80
{
46
81
colno: 27 ,
47
82
context_line: " client.captureException(something());" ,
@@ -101,8 +136,8 @@ snapshot[`captureException 1`] = `
101
136
},
102
137
],
103
138
},
104
- platform : " javascript" ,
105
139
level : " error" ,
140
+ platform : " javascript" ,
106
141
sdk : {
107
142
integrations: [
108
143
" InboundFilters" ,
You can’t perform that action at this time.
0 commit comments