Anton Pirker
Anton Pirker
Amazing @Agalin ! Thank you so much again for your great work!
Hey @Agalin if you now rebase on the new master again, it will be merged automatically (after running the tests once again)
Done! (now for the documentation)
You can manually call `start_transaction` and set a `custom_sampling_context`. (Like in our AWS Lambda integration: https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/aws_lambda.py#L147-L153) The `custom_sampling_context` is available to the `traces_sampler`. So if you put your status code...
Hello all! We have two PRs from the community for this: https://github.com/getsentry/sentry-python/pull/1073 (For Falcon 3.0.0) https://github.com/getsentry/sentry-python/pull/1297 (For Falcon 3.0.1) The current plan is to merge those two PRs into one...
I have now created a reproduction repo: https://github.com/getsentry/minimum_python_async/blob/main/task1.py And I created a new `AsyncioIntegration` that produces now this output:  Which is the output we want to have :)
From what I see everything looks good and it should work. The file that StarletteIntegration is try to import from is there and StarletteIntegration is also in there. From the...
Hey @sevaho Thanks for reporting this. We will have a look when there is time. (Honestly I thought I have fixed this already...)
Hello! I will have a look at this first thing on Monday!
I was (unplanned so) afk Monday and Tuesday, so I am looking into this now.