You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fakesentry is an open-source Python library and Dockerized tool for simulating and logging exceptions to Sentry, enhancing error monitoring and debugging workflows
Simulate sending events to your Sentry project to test if it works or not
How to run
docker run --rm -e SENTRY_DSN=<YOUR_SENTRY_DSN> -e INTERVAL_SECONDS=5 khanhlq/fakesentry:v2
About
fakesentry is an open-source Python library and Dockerized tool for simulating and logging exceptions to Sentry, enhancing error monitoring and debugging workflows