I'm using the Sentry SDK for React Native. In every report I can find a parameter Build Type in the App section. Unfortunately the value is either simulator
or test
. I'd expect something like release
in my released application.
Does anyone know where this parameter is configured for an iOS application?
This parameter will be set automatically from KSCrash
It's app store
for apps that have a receipt,
it's test
for ad hoc builds, and simulator
for yeah you guessed it, simulator builds xD
There is also debug
for builds directly on the device.