-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop capturing events on debug instances #1518
Comments
Yeah I would generally be for this as well, unless there's something I'm missing. It's nice to know someone deployed in DEBUG mode (i.e. hey new contributor!), but otherwise that just bloats the db with noise. |
I made a solution that should work, except on completely clean-slate instances that haven't gone through setup yet. Take a look at the PR. |
Re-opening this as development instances are still sending frontend events to app.posthog.com, JS analytics should be disabled too. |
That's a simple enough change #1539. |
When
DEBUG = 1
stop sending events to PostHog (viaposthoganalytics
) as to remove noise from test installations. Perhaps we can just send a boot / install event with a property that indicates if it's running on debug to track the number of test installations.CC @yakkomajuri
The text was updated successfully, but these errors were encountered: