bugsnag-sessions
operated by: SmartBear Software (go to tracker entry in the Exodus database)Endpoint URLs
These are URLs or regexes of endpoints the tracker sends data to. We use these to determine which adapter to apply to a request. Some trackers use the same endpoint for several formats. In this case we use additional logic to match the adapter to the request, refer to the code for more information.https://sessions.bugsnag.com/
Decoding steps
Every tracking library has its own way of transmitting tracking data, often even several. They are regularly pretty convoluted, nested encoding schemes. Because of that, the adapter needs to decode the request information into a consistent format. We try to keep keys and paths intact, but the structure results from our decoding. All steps used in the decoding for this adapter are documented here.- Parse the request body as JSON. Store that in the result for the request body.
1res.body = parseJson(body)
Observed data transmissions
This is data that we observed being transmitted by this tracker. Not every request contains all of this data. The context of the data describes where we found the data in the request, the path describes the location of the data in the decoded request. The examples are a selection of observed values.Property | Context | Path | Examples of observed values |
---|---|---|---|
App ID | body | app.id | com.wolt.partnerapp.production com.tomtom.amigo com.aumio.app com.remitly.androidapp com.driversnote.driversnote |
body | app.packageName | com.zimad.mpixel com.gs.lightspeed.superhero.rescue.mission.doctor.robot.games com.ew.dino.city.attack com.gs.taxi.driving | |
App version | body | app.version | 2.21.3 8.325.0 13.1.0 5.60 4.3.2 |
Architecture | body | device.cpuAbi | ["x86_64","x86","arm64-v8a","armeabi-v7a","armeabi"] |
Battery level | body | device.batteryLevel | 1.0 |
Free disk space | body | device.freeDisk | 15052046336 5567520768 5658689536 5655953408 5655486464 |
Charging status | body | device.charging | false |
Is device an emulator? | body | device.emulator | true |
Is app in foreground? | body | app.inForeground | true |
Is device rooted? | body | device.jailbroken | true false |
Language | body | device.locale | en_DE en_US en de_DE en-US |
Manufacturer | body | device.manufacturer | Apple Google |
body | device.brand | google | |
Model | body | device.model | iPhone9,3 sdk_gphone_x86_64_arm64 iPhone 7 |
Network connection type | body | device.networkAccess | wifi |
Orientation | body | device.orientation | portrait portrait-primary landscape |
OS name | body | device.osName | iOS android ios |
OS version | body | device.osVersion | 14.8 11 |
body | device.osBuild | ||
Free RAM | body | device.freeMemory | 40189952 190527912 190387608 194168648 175398880 |
Total RAM | body | device.totalMemory | 1.667252224e+09 1.438007296e+09 1.52805376e+09 2.076893184e+09 2.01326592e+08 |
Screen height | body | device.screenResolution | 2392x1440 |
Screen width | body | device.screenResolution | 2392x1440 |
Time zone | body | device.timezone | CET |
Tracker SDK version | body | notifier.version | 6.15.1 6.8.4 6.8.0 5.19.2 5.14.0 |
User agent | body | device.userAgent | Mozilla/5.0 (Linux; Android 11; sdk_gphone_x86_64_arm64 Build/RSR1.201211.001.A1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Mobile Safari/537.36 Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 |
Viewed page | body | app.activeScreen | UnityPlayerActivity |