-
-
Notifications
You must be signed in to change notification settings - Fork 468
Expand file tree
/
Copy pathsentry_logs.json
More file actions
63 lines (63 loc) · 1.36 KB
/
sentry_logs.json
File metadata and controls
63 lines (63 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"items":
[
{
"timestamp": 1081621443.000000,
"trace_id": "5c1f73d39486827b9e60ceb1fc23277a",
"span_id": "0a53026963414893",
"body": "42e6bd2a-c45e-414d-8066-ed5196fbc686",
"level": "info",
"severity_number": 10,
"attributes":
{
"sentry.sdk.name":
{
"type": "string",
"value": "sentry.java.spring-boot.jakarta"
},
"sentry.environment":
{
"type": "string",
"value": "production"
},
"custom.array":
{
"type": "array",
"value": ["a", "b"]
},
"sentry.sdk.version":
{
"type": "string",
"value": "8.11.1"
},
"sentry.trace.parent_span_id":
{
"type": "string",
"value": "f28b86350e534671"
},
"custom.boolean":
{
"type": "boolean",
"value": true
},
"custom.point2": {
"type": "string",
"value": "Point{x:21,y:31}-Hello"
},
"custom.double": {
"type": "double",
"value": 11.12
},
"custom.point": {
"type": "string",
"value": "Point{x:20,y:30}-Hello"
},
"custom.integer":
{
"type": "integer",
"value": 10
}
}
}
]
}