You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### PR Summary
This small PR resolves the `threading` library warnings, which you can
find in the [CI
logs](https://github.com/getsentry/sentry-python/actions/runs/15490014338/job/43613162178#step:6:3523):
```python
/home/runner/work/sentry-python/sentry-python/tests/conftest.py:608: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
mock_server_thread.setDaemon(True)
```
Signed-off-by: Emmanuel Ferdman <[email protected]>
0 commit comments