Skip to content

Commit

Permalink
chore(deps): Update posthog-js to 1.158.3 (#24630)
Browse files Browse the repository at this point in the history
Co-authored-by: posthog-bot <[email protected]>
Co-authored-by: Phani Raj <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent e05dd30 commit 434f73a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions frontend/src/loadPostHogJS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function loadPostHogJS(): void {
posthog.init(
window.JS_POSTHOG_API_KEY,
configWithSentry({
opt_out_useragent_filter: window.location.hostname === 'localhost', // we ARE a bot when running in localhost, so we need to enable this opt-out
api_host: window.JS_POSTHOG_HOST,
ui_host: window.JS_POSTHOG_UI_HOST,
rageclick: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"pmtiles": "^2.11.0",
"postcss": "^8.4.31",
"postcss-preset-env": "^9.3.0",
"posthog-js": "1.157.1",
"posthog-js": "1.158.3",
"posthog-js-lite": "3.0.0",
"prettier": "^2.8.8",
"prop-types": "^15.7.2",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 434f73a

Please sign in to comment.