We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafabea commit 6455947Copy full SHA for 6455947
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