sentry-python
sentry-python copied to clipboard
Try the SDK with free threading Python
Grab an app from https://github.com/getsentry/testing-sentry-python and test that basic features (traces, errors, logs, metrics) work as expected, with focus on profiling.
List of things that will definitely need updating:
sys._current_frames()in the profiler, see https://docs.python.org/3/howto/free-threading-python.html#frame-objects
Resources: