This commit is contained in:
Adria Navarro 2023-10-18 10:54:37 +02:00
parent 3fd2973152
commit 616792013f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class AnalyticsHub {
posthog.identify(id)
}
captureException(err) {}
captureException(_err) {}
captureEvent(eventName, props = {}) {
posthog.captureEvent(eventName, props)