-
Notifications
You must be signed in to change notification settings - Fork 142
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
Option to disable sending events and only log them #1320
Comments
This is cool idea. How would you expect the SDK config to look like for this? |
The |
Yes, this would be great. Useful during development to make sure events would be correctly logged without having to test in a real environment and pollute production data. |
This would be possible using #1515 I'll update the docs examples we're writing here PostHog/posthog.com#9844 |
During development it would be quite handy if we could disable the actual sending of events and only log what would have been send.
This will make implementing PostHog events easier and wont pollute the dashboard with test data.
The text was updated successfully, but these errors were encountered: