Skip to content

Commit 6558311

Browse files
authored
Fix: Add missing Android default context (#4388)
1 parent 77bc884 commit 6558311

File tree

1 file changed

+28
-20
lines changed

1 file changed

+28
-20
lines changed

src/platforms/android/common/enriching-events/context/default-context.mdx

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ Default Android context helps correlate errors with factors such as specific dev
1010

1111
Used SDK
1212

13-
- name
14-
- version
13+
- Name
14+
- Version
1515

1616
Operating system
1717

18-
- name
19-
- version
20-
- kernel version
21-
- whether the application was rooted
18+
- Name
19+
- Version
20+
- Kernel version
21+
- Whether the application was rooted
2222

2323
Package info
2424

2525
- Start time of the application
2626
- Bundle name
27-
- bundle id
28-
- version
29-
- build
27+
- Bundle ID
28+
- Version
29+
- Build
3030

3131
Memory size
3232

@@ -36,32 +36,40 @@ Memory size
3636

3737
Storage
3838

39-
- total storage size
40-
- free storage size
41-
- total external storage size
42-
- free external storage size
39+
- Total storage size
40+
- Free storage size
41+
- Total external storage size
42+
- Free external storage size
4343

4444
Device Info
4545

4646
- Manufacturer
4747
- Brand
4848
- Model
4949
- Model ID
50-
- Architecture
50+
- Whether the phone was online during the error/crash
51+
- Supported architectures
52+
- Boot time
53+
- Connection Type
5154

5255
Battery Level
5356

5457
- Whether the Device is being charged at the moment
55-
- Whether the phone was online during the error/crash
58+
- Battery temperature in Celsius
5659

5760
Screen info
5861

59-
- orientation of the screen
60-
- screen density
61-
- height pixels
62-
- width pixels
63-
- resolution
62+
- Orientation of the screen
63+
- Screen density
64+
- Screen DPI
65+
- Height pixels
66+
- Width pixels
6467

6568
Emulator indicator
6669

6770
- Whether the device is an emulator
71+
72+
Locale
73+
74+
- Timezone
75+
- Language

0 commit comments

Comments
 (0)