|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements
|
6 | 6 |
|
7 |
| -- tests: Remove broken bottle tests (#3505) by @sentrivana |
8 |
| -- Fixed config for old coverage versions (#3504) by @antonpirker |
9 |
| -- Fix AWS Lambda tests (#3495) by @antonpirker |
10 |
| -- Better test coverage reports (#3498) by @antonpirker |
11 |
| -- feat(celery): Add wrapper for `Celery().send_task` to support behavior as `Task.apply_async` (#2377) by @divaltor |
12 |
| -- fix(django): SentryWrappingMiddleware.__init__ fails if super() is object (#2466) by @cameron-simpson |
13 |
| -- feat(strawberry): Support Strawberry 0.239.2 (#3491) by @szokeasaurusrex |
14 |
| -- ref: Remove obsolete object as superclass (#3480) by @sentrivana |
| 7 | +- New `SysExitIntegration` (#3401) by @szokeasaurusrex |
| 8 | + |
| 9 | + For more information, see the documentation for the [SysExitIntegration](https://docs.sentry.io/platforms/python/integrations/sys_exit). |
| 10 | + |
| 11 | +- Add `SENTRY_SPOTLIGHT` env variable support (#3443) by @BYK |
| 12 | +- Support Strawberry `0.239.2` (#3491) by @szokeasaurusrex |
| 13 | +- Add separate `pii_denylist` to `EventScrubber` and run it always (#3463) by @sl0thentr0py |
| 14 | +- Celery: Add wrapper for `Celery().send_task` to support behavior as `Task.apply_async` (#2377) by @divaltor |
| 15 | +- Django: SentryWrappingMiddleware.__init__ fails if super() is object (#2466) by @cameron-simpson |
15 | 16 | - Fix data_category for sessions envelope items (#3473) by @sl0thentr0py
|
16 |
| -- fix: Fix non-UTC timestamps (#3461) by @szokeasaurusrex |
17 |
| -- Add separate pii_denylist to EventScrubber and run it always (#3463) by @sl0thentr0py |
18 |
| -- Revert "Pin httpx till upstream gets resolved (#3465)" (#3466) by @sl0thentr0py |
19 |
| -- feat(integrations): New `SysExitIntegration` (#3401) by @szokeasaurusrex |
20 |
| -- ref(types): Replace custom TYPE_CHECKING with stdlib typing.TYPE_CHECKING (#3447) by @dev-satoshi |
21 |
| -- Pin httpx till upstream gets resolved (#3465) by @sl0thentr0py |
22 |
| -- chore(tracing): Refactor `tracing_utils.py` (#3452) by @rominf |
23 |
| -- feat: Add SENTRY_SPOTLIGHT env variable support (#3443) by @BYK |
24 |
| -- style: explicitly export symbols instead of ignoring (#3400) by @hartungstenio |
| 17 | +- Fix non-UTC timestamps (#3461) by @szokeasaurusrex |
| 18 | +- Remove obsolete object as superclass (#3480) by @sentrivana |
| 19 | +- Replace custom `TYPE_CHECKING` with stdlib `typing.TYPE_CHECKING` (#3447) by @dev-satoshi |
| 20 | +- Refactor `tracing_utils.py` (#3452) by @rominf |
| 21 | +- Explicitly export symbol in subpackages instead of ignoring (#3400) by @hartungstenio |
| 22 | +- Better test coverage reports (#3498) by @antonpirker |
| 23 | +- Fixed config for old coverage versions (#3504) by @antonpirker |
| 24 | +- Fix AWS Lambda tests (#3495) by @antonpirker |
| 25 | +- Remove broken Bottle tests (#3505) by @sentrivana |
25 | 26 |
|
26 | 27 | ## 2.13.0
|
27 | 28 |
|
|
0 commit comments