Skip to content

Commit

Permalink
Enable crashlytics
Browse files Browse the repository at this point in the history
Enable crashlytics
  • Loading branch information
cp-megh-l authored Oct 9, 2024
2 parents f648b0c + a7dbb9b commit 4768b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class YourSpaceApplication :

super<Application>.onCreate()
Timber.plant(Timber.DebugTree())
FirebaseCrashlytics.getInstance().setCrashlyticsCollectionEnabled(false)
FirebaseCrashlytics.getInstance().setCrashlyticsCollectionEnabled(!BuildConfig.DEBUG)
ProcessLifecycleOwner.get().lifecycle.addObserver(this)
authService.addListener(this)
setNotificationChannel()
Expand Down

0 comments on commit 4768b8a

Please sign in to comment.