Fix crash in error tracking (#1248)

This commit is contained in:
jonnyandrew
2023-09-07 14:05:11 +01:00
committed by GitHub
parent b20d9f6973
commit 27d594fd90
2 changed files with 2 additions and 1 deletions

1
changelog.d/1248.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix crash in error tracking

View File

@@ -71,7 +71,7 @@ class PosthogAnalyticsProvider @Inject constructor(
}
override fun trackError(throwable: Throwable) {
TODO("Not yet implemented")
// Not implemented
}
private fun createPosthog(): PostHog = postHogFactory.createPosthog()