Fix crash in error tracking (#1248)
This commit is contained in:
1
changelog.d/1248.bugfix
Normal file
1
changelog.d/1248.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fix crash in error tracking
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user