@@ -42,41 +42,6 @@ snapshot[`captureException 1`] = `
42
42
},
43
43
stacktrace: {
44
44
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
- },
80
45
{
81
46
colno: 27 ,
82
47
context_line: " client.captureException(something());" ,
@@ -170,6 +135,7 @@ snapshot[`captureMessage 1`] = `
170
135
{
171
136
category: " sentry.event" ,
172
137
event_id: " {{id}}" ,
138
+ level: " error" ,
173
139
message: " Error: Some unhandled error" ,
174
140
timestamp: 0 ,
175
141
},
@@ -240,6 +206,7 @@ snapshot[`captureMessage twice 1`] = `
240
206
{
241
207
category: " sentry.event" ,
242
208
event_id: " {{id}}" ,
209
+ level: " error" ,
243
210
message: " Error: Some unhandled error" ,
244
211
timestamp: 0 ,
245
212
},
@@ -317,6 +284,7 @@ snapshot[`captureMessage twice 2`] = `
317
284
{
318
285
category: " sentry.event" ,
319
286
event_id: " {{id}}" ,
287
+ level: " error" ,
320
288
message: " Error: Some unhandled error" ,
321
289
timestamp: 0 ,
322
290
},
0 commit comments