Anton Pirker

Results 359 comments of Anton Pirker

We are past this now. Please have a look at the issues labeled SDK 2.0 to see what is still missing for 2.0: https://github.com/getsentry/sentry-python/issues?q=is%3Aissue+is%3Aopen+label%3A%22SDK+2.0%22

Hey @craigds ! I have now tried this with Sentry SDK version `2.0.0` and it works now: ``` (.venv) antonpirker@Y7CYJ0XDQY tmp/deleteme » pip install sentry-sdk==2.0.0 Collecting sentry-sdk==2.0.0 Downloading sentry_sdk-2.0.0-py2.py3-none-any.whl (266...

How are we on this @vagi8 ? Is there some time or motivation to bring this over the finish line?

We do not have deadlines :-)

Hey @rodolfoBee ! Thanks for bringing this up. We will have a look!

Hey @davegravy This looks solid. For the problem with "handled" you could something like we do in our integrations to have a custom `_capture_exception` method that sets the handled flag...

Some info from @untitaker : `exc_info=True` should send the stack specifically, it sends the current stack if `sys.exc_info` is `None`, otherwise it sends the current exc info `stack_info` appears to...

This is indeed strange. Do I get this right: a) when you run the code in Python CLI then it does NOT work (but the debug log says ` [sentry]...

Hey @stefan-ptrvch ! Thanks for the sample code and explanation! I have tried this now with this project: https://github.com/antonpirker/testing-sentry/tree/main/test-plain-python My debug out put is this: ``` [sentry] DEBUG: Setting up...

Hey @czyber thanks for writing in. What Version of the SDK are you using?