Report different sdk.name for NDK crashes #1901
Labels
Effort: Small
enhancement
New feature or request
Impact: Small
NDK
Android NDK
Platform: Android
Platform: Java
bruno-garcia commentedFeb 9, 2022
NDK crashes are captured by
sentry-nativeand reported assentry.native. This makes it hard to distinguish by builds bundled by the Android SDK (which are in fact using a different mechanism/backend to capture as any build documented directly on sentry-native repo.I suggest we have a
#ifdefthat allows us to change the SDK name tosentry.native.androidwhen building in this repository.The text was updated successfully, but these errors were encountered: