Skip to content

Commit

Permalink
Merge branch 'develop' into fix/crash_on_call_to_non_current_user
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow committed Feb 10, 2025
2 parents 555b9aa + 9522bbb commit 4d8ccde
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,9 @@ class AnonymousAnalyticsRecorderImpl(
crashes.apply {
enableCrashReporting()
}
apm.apply {
enableAppStartTimeTracking()
enableForegroundBackgroundTracking()
}
}

Countly.sharedInstance()?.init(countlyConfig)
Countly.sharedInstance()?.consent()?.giveConsent(arrayOf("apm"))

val packageInfo = context.packageManager.getPackageInfo(context.packageName, 0)
val globalSegmentations = mapOf<String, Any>(
Expand Down

0 comments on commit 4d8ccde

Please sign in to comment.