Skip to content

Commit 61eba6c

Browse files
committed
fix linting
1 parent 3043385 commit 61eba6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posthog/sentry/posthog_integration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ def processor(event, hint):
4343
not not Hub.current.client.dsn and Dsn(Hub.current.client.dsn).project_id
4444
)
4545
if project_id:
46-
properties[
47-
"$sentry_url"
48-
] = f"{PostHogIntegration.prefix}{PostHogIntegration.organization}/issues/?project={project_id}&query={event['event_id']}"
46+
properties["$sentry_url"] = (
47+
f"{PostHogIntegration.prefix}{PostHogIntegration.organization}/issues/?project={project_id}&query={event['event_id']}"
48+
)
4949

5050
posthog.capture(posthog_distinct_id, "$exception", properties)
5151

0 commit comments

Comments
 (0)