Skip to content

Commit 0f1a04b

Browse files
committed
Add applicationId to crashes
1 parent dd41fe4 commit 0f1a04b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/java/be/mygod/reactmap/App.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class App : Application() {
5555
System.setProperty(DEBUG_PROPERTY_NAME, DEBUG_PROPERTY_VALUE_ON)
5656
Firebase.initialize(deviceStorage)
5757
FirebaseCrashlytics.getInstance().apply {
58+
setCustomKey("applicationId", BuildConfig.APPLICATION_ID)
5859
setCustomKey("build", Build.DISPLAY)
5960
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) setCustomKey("extension_s",
6061
SdkExtensions.getExtensionVersion(Build.VERSION_CODES.S))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android.enableVcsInfo=true
2828
# If you want to support more domains, edit `app/src/main/AndroidManifest.xml`: find the line `<data android:host="${defaultDomain}" />` and add more domains by adding lines like `<data android:host="www.reactmap.dev" />`.
2929
reactmap.defaultDomain=www.reactmap.dev
3030
reactmap.packageName=be.mygod.reactmap
31-
reactmap.versionCode=60
31+
reactmap.versionCode=61
3232
reactmap.versionName=0.6.0
3333

3434
# Optional ReactMap settings

0 commit comments

Comments
 (0)