sentry-unity
sentry-unity copied to clipboard
Connection Type to include Cellular Network Technology (e.g. 3G, 4G LTE, 5G)
trafficstars
Feature Request
Extend the connection_type field to include cellular network technology (3G, 4G LTE, and 5G etc.).
Mobile Native Issues
- Android: https://github.com/getsentry/team-mobile/issues/150
- Cocoa https://github.com/getsentry/sentry-cocoa/issues/4488
Technical Considerations
There are two ways to go about this as far as I can see.
- We could build some SDK specific network-query on the Unit layer, i.e. access some native API and then parse the result.
- We could create some sort of scope sync from the native layer up. This is a one-way street right now (managed layer → native layer).