Skip to content

Commit

Permalink
chore: switch posthog transport (#22153)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored May 8, 2024
1 parent 224a5d5 commit 802c220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/loadPostHogJS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function loadPostHogJS(): void {
persistence: 'localStorage+cookie',
bootstrap: window.POSTHOG_USER_IDENTITY_WITH_FLAGS ? window.POSTHOG_USER_IDENTITY_WITH_FLAGS : {},
opt_in_site_apps: true,
api_transport: 'fetch',
loaded: (posthog) => {
if (posthog.sessionRecording) {
posthog.sessionRecording._forceAllowLocalhostNetworkCapture = true
Expand Down

0 comments on commit 802c220

Please sign in to comment.