We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbae04d commit ce5dbc7Copy full SHA for ce5dbc7
posthog/sentry/posthog_integration.py
@@ -46,6 +46,7 @@ def processor(event, hint):
46
properties["$sentry_url"] = (
47
f"{PostHogIntegration.prefix}{PostHogIntegration.organization}/issues/?project={project_id}&query={event['event_id']}"
48
)
49
+
50
posthog.capture(posthog_distinct_id, "$exception", properties)
51
52
return event
0 commit comments