Skip to content

Commit

Permalink
[wallet-ext][explorer] disable autocapture for PostHog (MystenLabs#10428
Browse files Browse the repository at this point in the history
)

## Description 

This PR disables `autocapture` because we blew through our trial event
volume, and I think we have a decent enough measure of our volume at
this point.

## Test Plan 
- Manual testing (only page views are recorded)

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [X] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
N/A
  • Loading branch information
williamrobertson13 authored Apr 5, 2023
1 parent 1bc1139 commit c97f7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/core/src/PostHogAnalyticsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function PostHogAnalyticsProvider({
persistence: 'memory',
// We need to manually collect page view events since we use client-side routing
capture_pageview: false,
autocapture: false,
}}
>
{children}
Expand Down

0 comments on commit c97f7b6

Please sign in to comment.