-
Notifications
You must be signed in to change notification settings - Fork 208
Expand file tree
/
Copy pathevent_serialization_10.json
More file actions
60 lines (60 loc) · 1.19 KB
/
event_serialization_10.json
File metadata and controls
60 lines (60 loc) · 1.19 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
{
"metaData": {},
"severity": "warning",
"severityReason": {
"type": "httpError",
"unhandledOverridden": false
},
"unhandled": false,
"exceptions": [],
"request": {
"httpMethod": "POST",
"httpVersion": "1.1",
"url": "http://example.com/",
"body": "some body",
"bodyLength": 9,
"headers": {
"content-type": "text/plain",
"content-length": "9"
},
"params": {
"message": "hello world"
}
},
"response": {
"statusCode": 200,
"body": "some body",
"bodyLength": 9,
"headers": {
"content-type": "text/plain",
"content-length": "9"
}
},
"projectPackages":[
"com.example.foo"
],
"user": {},
"app": {
"type": "android",
"versionCode": 0
},
"device": {
"cpuAbi": [],
"manufacturer": "samsung",
"model": "s7",
"osName": "android",
"osVersion": "7.1",
"runtimeVersions": {
"osBuild": "bulldog",
"androidApiLevel": "24"
},
"totalMemory": 109230923452,
"freeDisk": 22234423124,
"freeMemory": 92340255592,
"orientation": "portrait",
"time": "1970-01-01T00:00:00.000Z"
},
"breadcrumbs": [],
"threads": [],
"featureFlags": []
}