4
4
"event_id" : " [[ID1]]" ,
5
5
"sdk" : {
6
6
"name" : " sentry.javascript.node" ,
7
- "version" : " 7.113.0 "
7
+ "version" : " 8.0.0-beta.6 "
8
8
},
9
9
"sent_at" : " [[ISODateString]]" ,
10
10
"trace" : {
13
13
"sample_rate" : " 1" ,
14
14
"sampled" : " true" ,
15
15
"trace_id" : " [[ID2]]" ,
16
- "transaction" : " /test-error"
16
+ "transaction" : " GET /test-error"
17
17
}
18
18
},
19
19
{
26
26
"level" : " log" ,
27
27
"message" : " Server running on http://localhost:3030" ,
28
28
"timestamp" : " [[timestamp]]"
29
- },
30
- {
31
- "category" : " console" ,
32
- "level" : " log" ,
33
- "message" : " test console" ,
34
- "timestamp" : " [[timestamp]]"
35
- },
36
- {
37
- "category" : " console" ,
38
- "level" : " log" ,
39
- "message" : " test console" ,
40
- "timestamp" : " [[timestamp]]"
41
29
}
42
30
],
43
31
"contexts" : {
70
58
"version" : " v20.12.1"
71
59
},
72
60
"trace" : {
73
- "data" : {
74
- "sentry.op" : " hapi.request" ,
75
- "sentry.origin" : " manual" ,
76
- "sentry.sample_rate" : 1
77
- },
78
- "op" : " hapi.request" ,
79
- "origin" : " manual" ,
80
61
"span_id" : " [[ID3]]" ,
81
62
"trace_id" : " [[ID2]]"
82
63
}
179
160
"filename" : " [[FILENAME3]]" ,
180
161
"function" : " handler" ,
181
162
"in_app" : true ,
182
- "lineno" : 71 ,
163
+ "lineno" : 72 ,
183
164
"module" : " app" ,
184
165
"post_context" : [
185
166
" var exceptionId;" ,
233
214
"colno" : 71 ,
234
215
"context_line" : " step((generator = generator.apply(thisArg, _arguments || [])).next());" ,
235
216
"filename" : " [[FILENAME3]]" ,
236
- "function" : " <anonymous> " ,
217
+ "function" : " ? " ,
237
218
"in_app" : true ,
238
219
"lineno" : 8 ,
239
220
"module" : " app" ,
314
295
"colno" : 71 ,
315
296
"context_line" : " exceptionId = Sentry.captureException(new Error('This is an error'));" ,
316
297
"filename" : " [[FILENAME3]]" ,
317
- "function" : " <anonymous> " ,
298
+ "function" : " ? " ,
318
299
"in_app" : true ,
319
- "lineno" : 76 ,
300
+ "lineno" : 77 ,
320
301
"module" : " app" ,
321
302
"post_context" : [
322
303
" return [4 /*yield*/, Sentry.flush(2000)];" ,
345
326
]
346
327
},
347
328
"modules" : {
348
- "localforage" : " 1.10.0" ,
349
- "mime-db" : " 1.52.0"
329
+ "debug" : " 4.3.4" ,
330
+ "dotenv" : " 16.4.5" ,
331
+ "function-bind" : " 1.1.2" ,
332
+ "hasown" : " 2.0.2" ,
333
+ "import-in-the-middle" : " 1.7.1" ,
334
+ "is-core-module" : " 2.13.1" ,
335
+ "mime-db" : " 1.52.0" ,
336
+ "module-details-from-path" : " 1.0.3" ,
337
+ "opentelemetry-instrumentation-fetch-node" : " 1.2.0" ,
338
+ "require-in-the-middle" : " 7.3.0" ,
339
+ "resolve" : " 1.22.8" ,
340
+ "semver" : " 7.6.0" ,
341
+ "shimmer" : " 1.2.1" ,
342
+ "supports-color" : " 5.5.0" ,
343
+ "yallist" : " 4.0.0"
350
344
},
351
345
"platform" : " node" ,
346
+ "request" : {
347
+ "cookies" : {},
348
+ "headers" : {
349
+ "accept" : " text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" ,
350
+ "accept-encoding" : " gzip, deflate, br" ,
351
+ "accept-language" : " en-US,en;q=0.5" ,
352
+ "cache-control" : " no-cache" ,
353
+ "connection" : " keep-alive" ,
354
+ "dnt" : " 1" ,
355
+ "host" : " localhost:3030" ,
356
+ "pragma" : " no-cache" ,
357
+ "sec-fetch-dest" : " document" ,
358
+ "sec-fetch-mode" : " navigate" ,
359
+ "sec-fetch-site" : " none" ,
360
+ "sec-fetch-user" : " ?1" ,
361
+ "upgrade-insecure-requests" : " 1" ,
362
+ "user-agent" : " [[user-agent]]"
363
+ },
364
+ "method" : " GET" ,
365
+ "url" : " http://localhost:3030/test-error"
366
+ },
352
367
"sdk" : {
353
368
"integrations" : [
354
369
" InboundFilters" ,
357
372
" RequestData" ,
358
373
" Console" ,
359
374
" Http" ,
360
- " Undici " ,
375
+ " NodeFetch " ,
361
376
" OnUncaughtException" ,
362
377
" OnUnhandledRejection" ,
363
378
" ContextLines" ,
364
- " LocalVariables " ,
379
+ " LocalVariablesAsync " ,
365
380
" Context" ,
366
381
" Modules" ,
367
- " Hapi"
382
+ " Express" ,
383
+ " Fastify" ,
384
+ " Graphql" ,
385
+ " Mongo" ,
386
+ " Mongoose" ,
387
+ " Mysql" ,
388
+ " Mysql2" ,
389
+ " Redis" ,
390
+ " Postgres" ,
391
+ " Nest" ,
392
+ " Hapi" ,
393
+ " Koa" ,
394
+ " Connect"
368
395
],
369
396
"name" : " sentry.javascript.node" ,
370
397
"packages" : [
371
398
{
372
399
"name" : " npm:@sentry/node" ,
373
- "version" : " 7.113.0 "
400
+ "version" : " 8.0.0-beta.6 "
374
401
}
375
402
],
376
- "version" : " 7.113.0 "
403
+ "version" : " 8.0.0-beta.6 "
377
404
},
378
405
"server_name" : " D9M3PY4LQ7.local" ,
379
- "tags" : {
380
- "transaction" : " /test-error"
381
- },
382
- "timestamp" : " [[timestamp]]"
406
+ "timestamp" : " [[timestamp]]" ,
407
+ "transaction" : " GET /test-error"
383
408
}
384
409
]
0 commit comments