|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.11.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- feat(tests): Do not include type checking code in coverage report (#3327) by @antonpirker |
| 8 | +- feat(integrations): Add `disabled_integrations` (#3328) by @sentrivana |
| 9 | +- Add tests for @ai_track decorator (#3325) by @colin-sentry |
| 10 | +- ref(logging): Lower logger level for some messages (#3305) by @sentrivana |
| 11 | +- feat(hub): Emit deprecation warnings from `Hub` API (#3280) by @szokeasaurusrex |
| 12 | +- meta: Allow blank GitHub issues (#3311) by @szokeasaurusrex |
| 13 | +- test: Only assert warnings we are interested in (#3314) by @szokeasaurusrex |
| 14 | +- Make Django db spans have origin auto.db.django (#3319) by @antonpirker |
| 15 | +- docs: Clarify that `instrumenter` is internal-only (#3299) by @szokeasaurusrex |
| 16 | +- Sort breadcrumbs before sending (#3307) by @antonpirker |
| 17 | +- test: fix test_installed_modules (#3309) by @szokeasaurusrex |
| 18 | +- fix(integrations): KeyError('sentry-monitor-start-timestamp-s') (#3278) by @Mohsen-Khodabakhshi |
| 19 | +- Fixed failed tests setup (#3303) by @antonpirker |
| 20 | +- feat(pymongo): Set MongoDB tags directly on span data (#3290) by @0Calories |
| 21 | +- feat(integrations): Support Django 5.1 (#3207) by @sentrivana |
| 22 | +- ref(scope): Remove apparently unnecessary `if` (#3298) by @szokeasaurusrex |
| 23 | +- test: Allow passing of PostgreSQL port (#3281) by @rominf |
| 24 | +- feat: Preliminary support for Python 3.13 (#3200) by @sentrivana |
| 25 | +- feat(strawberry): Use operation name as transaction name (#3294) by @sentrivana |
| 26 | +- docs: Fix typos and grammar in a comment (#3293) by @szokeasaurusrex |
| 27 | +- ref(tests): Unhardcode integration list (#3240) by @rominf |
| 28 | +- ref(init): Move `sentry_sdk.init` out of `hub.py` (#3276) by @szokeasaurusrex |
| 29 | +- fix(wsgi): WSGI integrations respect SCRIPT_NAME env variable (#2622) by @sarvaSanjay |
| 30 | + |
3 | 31 | ## 2.10.0
|
4 | 32 |
|
5 | 33 | ### Various fixes & improvements
|
|
0 commit comments