Anton Pirker

Results 359 comments of Anton Pirker

As this has been resolved with the workaround, I will close the issue.

Hey @gshoultz42 ! Can you show me your `sentry_sdk.init()` and also the call to `capture_exception()` including the try/except? What you also can do: - Enable debug output (`sentry_sdk.init(debug=True)`) then you...

I just fed your question into our bot in our discord server, and it has these suggestions: https://discord.com/channels/621778831602221064/1354782809020960779/1354782809020960779 (its not super helpful I have to admit, but it is a...

Thanks for the follow up! The line ```python logging.exception("Error parsing event: %r", element) ``` should send an error if the [logging integration](https://docs.sentry.io/platforms/python/integrations/logging/) is enabled (which the sentry SDK enables by...

Hey @gshoultz42 thanks for the logs. From the log you posted I see: The SDK sends one error to Sentry. (envelope is the generic format we created to send all...

The line `logging.exception("Error parsing event: %r", element)` is sending one error to Sentry. But the error you are capturing in your `except (ValidationError, KeyError, JSONDecodeError, TypeError) as error:` block is...

Related issue: https://github.com/getsentry/sentry-python/issues/3310 But this issue suggests to get rid of trimming as a whole. We tried this already, but never followed through with removing all the trimming. We need...

Hey @scott-schibli ! I have now tested this with a simple Django application that has a Vue JS application in the index.html template: https://github.com/antonpirker/testing-sentry/tree/main/test-django-tracing-js I have a index view that...

Because this issue is not reproducible, I will close this issue. @scott-schibli If you have more information of your system and can point to where the sentry-trace or baggage fields...

Hey @anze3db ! Thanks for reporting this. Indeed this should not happen. The fact that `daily-sync` passes is OK, because monitors are independent and we do not have a concept...