Skip to content

Commit a148e61

Browse files
committed
add test result file
1 parent 2b53786 commit a148e61

File tree

1 file changed

+204
-0
lines changed

1 file changed

+204
-0
lines changed
Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,204 @@
1+
[
2+
{
3+
"event_id": "[[ID1]]",
4+
"sent_at": "[[ISODateString]]",
5+
"sdk": {
6+
"name": "sentry.javascript.node",
7+
"version": "7.109.0"
8+
},
9+
"dsn": "https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576",
10+
"trace": {
11+
"environment": "qa",
12+
"public_key": "[[publicKey]]",
13+
"trace_id": "[[ID2]]",
14+
"sample_rate": "1",
15+
"transaction": "GET /test-local-variables-caught",
16+
"sampled": "true"
17+
}
18+
},
19+
{
20+
"type": "transaction"
21+
},
22+
{
23+
"contexts": {
24+
"trace": {
25+
"data": {
26+
"sentry.source": "url",
27+
"query": {},
28+
"http.response.status_code": 200,
29+
"sentry.origin": "auto.http.node.tracingHandler",
30+
"sentry.op": "http.server",
31+
"sentry.sample_rate": 1,
32+
"url": "/test-local-variables-caught"
33+
},
34+
"op": "http.server",
35+
"span_id": "[[ID1]]",
36+
"status": "ok",
37+
"tags": {
38+
"http.status_code": "200"
39+
},
40+
"trace_id": "[[ID2]]",
41+
"origin": "auto.http.node.tracingHandler"
42+
},
43+
"runtime": {
44+
"name": "node",
45+
"version": "v20.12.1"
46+
},
47+
"app": {
48+
"app_start_time": "[[ISODateString]]",
49+
"app_memory": "[[highNumber]]"
50+
},
51+
"os": {
52+
"kernel_version": "23.2.0",
53+
"name": "macOS",
54+
"version": "14.2",
55+
"build": "23C64"
56+
},
57+
"device": {
58+
"boot_time": "[[ISODateString]]",
59+
"arch": "arm64",
60+
"memory_size": "[[highNumber]]",
61+
"free_memory": "[[highNumber]]",
62+
"processor_count": 10,
63+
"cpu_description": "Apple M1 Pro",
64+
"processor_frequency": "[[highNumber]]"
65+
},
66+
"culture": {
67+
"locale": "en-US",
68+
"timezone": "Europe/Vienna"
69+
},
70+
"cloud_resource": {}
71+
},
72+
"spans": [],
73+
"start_timestamp": "[[timestamp]]",
74+
"tags": {
75+
"http.status_code": "200"
76+
},
77+
"timestamp": "[[timestamp]]",
78+
"transaction": "GET /test-local-variables-caught",
79+
"type": "transaction",
80+
"transaction_info": {
81+
"source": "custom"
82+
},
83+
"platform": "node",
84+
"server_name": "D9M3PY4LQ7.local",
85+
"event_id": "[[ID1]]",
86+
"environment": "qa",
87+
"sdk": {
88+
"integrations": [
89+
"InboundFilters",
90+
"FunctionToString",
91+
"LinkedErrors",
92+
"RequestData",
93+
"Console",
94+
"Http",
95+
"Undici",
96+
"OnUncaughtException",
97+
"OnUnhandledRejection",
98+
"ContextLines",
99+
"LocalVariables",
100+
"Context",
101+
"Modules"
102+
],
103+
"name": "sentry.javascript.node",
104+
"version": "7.109.0",
105+
"packages": [
106+
{
107+
"name": "npm:@sentry/node",
108+
"version": "7.109.0"
109+
}
110+
]
111+
},
112+
"breadcrumbs": [
113+
{
114+
"timestamp": "[[timestamp]]",
115+
"category": "console",
116+
"level": "log",
117+
"message": "Example app listening on port 3030"
118+
}
119+
],
120+
"request": {
121+
"method": "GET",
122+
"cookies": {},
123+
"headers": {
124+
"host": "localhost:3030",
125+
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0",
126+
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8",
127+
"accept-language": "en-US,en;q=0.5",
128+
"accept-encoding": "gzip, deflate, br",
129+
"connection": "keep-alive",
130+
"upgrade-insecure-requests": "1",
131+
"sec-fetch-dest": "document",
132+
"sec-fetch-mode": "navigate",
133+
"sec-fetch-site": "none",
134+
"sec-fetch-user": "?1"
135+
},
136+
"query_string": {},
137+
"url": "http://localhost:3030/test-local-variables-caught"
138+
},
139+
"modules": {
140+
"express": "4.19.2",
141+
"body-parser": "1.20.2",
142+
"depd": "2.0.0",
143+
"merge-descriptors": "1.0.1",
144+
"finalhandler": "1.2.0",
145+
"encodeurl": "1.0.2",
146+
"escape-html": "1.0.3",
147+
"on-finished": "2.4.1",
148+
"ee-first": "1.1.1",
149+
"parseurl": "1.3.3",
150+
"statuses": "2.0.1",
151+
"unpipe": "1.0.0",
152+
"array-flatten": "1.1.1",
153+
"path-to-regexp": "0.1.7",
154+
"methods": "1.1.2",
155+
"utils-merge": "1.0.1",
156+
"setprototypeof": "1.2.0",
157+
"qs": "6.11.0",
158+
"side-channel": "1.0.6",
159+
"get-intrinsic": "1.2.4",
160+
"es-errors": "1.3.0",
161+
"has-symbols": "1.0.3",
162+
"has-proto": "1.0.3",
163+
"function-bind": "1.1.2",
164+
"hasown": "2.0.2",
165+
"call-bind": "1.0.7",
166+
"set-function-length": "1.2.2",
167+
"define-data-property": "1.1.4",
168+
"es-define-property": "1.0.0",
169+
"gopd": "1.0.1",
170+
"has-property-descriptors": "1.0.2",
171+
"object-inspect": "1.13.1",
172+
"safe-buffer": "5.2.1",
173+
"content-disposition": "0.5.4",
174+
"content-type": "1.0.5",
175+
"send": "0.18.0",
176+
"http-errors": "2.0.0",
177+
"inherits": "2.0.4",
178+
"toidentifier": "1.0.1",
179+
"destroy": "1.2.0",
180+
"etag": "1.8.1",
181+
"fresh": "0.5.2",
182+
"mime": "1.6.0",
183+
"ms": "2.1.3",
184+
"range-parser": "1.2.1",
185+
"proxy-addr": "2.0.7",
186+
"forwarded": "0.2.0",
187+
"ipaddr.js": "1.9.1",
188+
"accepts": "1.3.8",
189+
"negotiator": "0.6.3",
190+
"mime-types": "2.1.35",
191+
"mime-db": "1.52.0",
192+
"type-is": "1.6.18",
193+
"media-typer": "0.3.0",
194+
"cookie-signature": "1.0.6",
195+
"cookie": "0.6.0",
196+
"vary": "1.1.2",
197+
"bytes": "3.1.2",
198+
"raw-body": "2.5.2",
199+
"iconv-lite": "0.4.24",
200+
"safer-buffer": "2.1.2",
201+
"serve-static": "1.15.0"
202+
}
203+
}
204+
]

0 commit comments

Comments
 (0)