We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b2ca8e + 6455947 commit 76c7702Copy full SHA for 76c7702
1 file changed
LogcatCountlyLib/src/main/java/info/hannes/countly/Analytics.kt
@@ -77,7 +77,7 @@ class Analytics : IAnalytics {
77
.setLoggingEnabled(loggingEnabled)
78
.enableAutomaticViewTracking()
79
.setHttpPostForced(true)
80
- .enableCrashReporting()
+ config.crashes.enableCrashReporting()
81
Countly.sharedInstance().init(config)
82
}
83
0 commit comments