Skip to content

Commit ce5dbc7

Browse files
committed
bleh
1 parent fbae04d commit ce5dbc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posthog/sentry/posthog_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def processor(event, hint):
4646
properties["$sentry_url"] = (
4747
f"{PostHogIntegration.prefix}{PostHogIntegration.organization}/issues/?project={project_id}&query={event['event_id']}"
4848
)
49+
4950
posthog.capture(posthog_distinct_id, "$exception", properties)
5051

5152
return event

0 commit comments

Comments
 (0)