Skip to content

Commit 527ed4f

Browse files
committed
Fixed wizard posthog event
1 parent 9a894c3 commit 527ed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/posthog/ActivityMonitor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ActivityMonitor(private val project: Project) /*: Runnable, Disposable*/ {
7979
postHog?.alias(userId, email)
8080
}
8181

82-
fun registerCustomEvent(eventName: String, tags: Map<String, Any>) {
82+
fun registerCustomEvent(eventName: String, tags: Map<String, Any>?) {
8383
postHog?.capture(userId, eventName, tags)
8484
}
8585

0 commit comments

Comments
 (0)