Various fixes & improvements
- fix(integrations): allow explicit op parameter in
ai_track
(#4597) by @mshavliuk - fix: Fix
abs_path
bug inserialize_frame
(#4599) by @szokeasaurusrex - Remove pyrsistent from test dependencies (#4588) by @musicinmybrain
- Setup opentelemetry patch only once (#4595) by @sl0thentr0py
- Don't use remote server in tests.. (#3152) by @sl0thentr0py
- Fix merge (#3152) by @sl0thentr0py
- Remove explicit del's in threaded classes (#4590) by @sl0thentr0py
- ci: Check strictly for success (#4589) by @szokeasaurusrex
- test: Remove
test_installed_modules
(#4593) by @szokeasaurusrex - Remove forked from test_transport, separate gevent tests and generalize capturing_server to be module level (#4577) by @sl0thentr0py
- Improve token usage recording (#4566) by @antonpirker
- Remove eventlet support (#4584) by @sl0thentr0py
- meta: Update CHANGELOG.md (98b107f) by @szokeasaurusrex
- release: 2.33.0 (220a235) by @getsentry-bot
- feat(langchain): Support
BaseCallbackManager
(#4486) by @szokeasaurusrex - tests: Regenerate tox.ini (#4583) by @sentrivana
- Add custom sampling context testcases (#4579) by @sl0thentr0py
- feat(tracing): Add option to exclude specific span origins (#4463) by @sl0thentr0py
- Cleanup op and description mapping (#4560) by @sl0thentr0py
- Remove all forked markers in test_api (#4576) by @sl0thentr0py
- Remove forked marker in client uwsgi test (#4575) by @sl0thentr0py
- Fix pytest collection warning (#4574) by @sl0thentr0py
- Remove print statements from excepthook test (#4573) by @sl0thentr0py
- Use
span.data
instead ofmeasurements
for token usage (#4567) by @antonpirker
Plus 42 more