Stefan Petrović

Results 3 comments of Stefan Petrović

I'm having a similar issue with the basic Python getting started example found [here](https://docs.sentry.io/platforms/python/). Here's the code snippet: ```python import sentry_sdk sentry_sdk.init( dsn=DSN, # Enable performance monitoring enable_tracing=True, ) division_by_zero...

Hi @antonpirker, thanks for the help! I've run your example and it worked! What I've found after further testing is that the event doesn't get sent if the error is...