Fix crash in error tracking (#1248)
This commit is contained in:
parent
e19b27badf
commit
c44b7eb81c
2 changed files with 2 additions and 1 deletions
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue