Package io.rocketbase.commons.posthog
Annotation Interface PostHogCapture
annotated methods will trigger a capture with user identity information to posthog
this annotation is only working on spring proxied beans!
internal method call within the bean itself will not get tracked - other bean calls will work
this annotation is only working on spring proxied beans!
internal method call within the bean itself will not get tracked - other bean calls will work
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameevent name
when not set use method name- Default:
- ""
-