Anton Pirker
Anton Pirker
It seems that we changed a lot since this PR was submitted originally. @BeryJu I know it is a lot to ask, but could you move your check for the...
Hey @takeda ! Thanks for coming back to us! And really sad that you can not use Sentry anymore! Maybe the docs here provide some information for you to convince...
Hey @nicolasgrasset and @RobbieClarken Better late than never. I just tried to reproduce this with Sentry SDK version 1.35.0, Python 3.9.15, celery 5.3.5 and redis as the Celery broker. Redis...
Thanks for the update. Yes, will try with `enable_tracing=False` (same thing as omitting it)
Hey everyone! This will be released today! Again: thank you so much for your contribution, it is really great work! @Agalin If you send me your shipping address to [email protected]...
Thanks everyone for all the information. I guess we will add a typer integration to make it work automagically or at least update the docs to help people set it...
That's great to hear @tiangolo ! Thanks for offering to change internals if it makes our lives easier! I will get back to you as soon as we will pick...
Hey! We are discussing internal how to best get rid of the trimming of the event payload, without breaking existing stuff or our servers. But this could take some time....
Hey @pbakiewicz @Negaihoshi @jgillard @darklow @BenHunt42 @alexjikim @libcthorne @IvarVirusiim @ebk46 @awbacker It took quite some time, but we have now released a fix for this: https://github.com/getsentry/sentry-python/releases/tag/1.23.0 If you have set...
Hey @alecgerona Have a look at this documentation: https://docs.sentry.io/platforms/python/performance/instrumentation/custom-instrumentation/ There is described how to use the decorators to create spans. (We do not have a decorator to create transactions) I...