|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements
|
6 | 6 |
|
7 |
| -- feat: Detect interpreter in shutdown state on thread spawn (#2468) by @mitsuhiko |
8 |
| -- Load AWS Lambda secrets in Github CI (#2153) by @antonpirker |
9 |
| -- Fix parsing of Django `path` patterns (#2452) by @sentrivana |
10 |
| -- fix(integrations): Falcon integration checks response status before reporting error (#2465) by @szokeasaurusrex |
| 7 | +- New: Added `error_sampler` option (#2456) by @szokeasaurusrex |
| 8 | +- Python 3.12: Detect interpreter in shutdown state on thread spawn (#2468) by @mitsuhiko |
11 | 9 | - Patch eventlet under Sentry SDK (#2464) by @szokeasaurusrex
|
12 |
| -- Add Django 4.2 to test suite (#2462) by @sentrivana |
13 |
| -- feat(api): Added `error_sampler` option (#2456) by @szokeasaurusrex |
14 |
| -- Update compatible runtimes for AWS Lambda layer (#2453) by @antonpirker |
15 |
| -- Make sure `get_dsn_parameters` is an actual function (#2441) by @sentrivana |
16 | 10 | - Mitigate CPU spikes when sending lots of events with lots of data (#2449) by @antonpirker
|
17 | 11 | - Make `debug` option also configurable via environment (#2450) by @antonpirker
|
| 12 | +- Make sure `get_dsn_parameters` is an actual function (#2441) by @sentrivana |
18 | 13 | - Bump pytest-localserver, add compat comment (#2448) by @sentrivana
|
| 14 | +- AWS Lambda: Update compatible runtimes for AWS Lambda layer (#2453) by @antonpirker |
| 15 | +- AWS Lambda: Load AWS Lambda secrets in Github CI (#2153) by @antonpirker |
| 16 | +- Redis: Connection attributes in `redis` database spans (#2398) by @antonpirker |
| 17 | +- Falcon: Falcon integration checks response status before reporting error (#2465) by @szokeasaurusrex |
| 18 | +- Quart: Support Quart 0.19 onwards (#2403) by @pgjones |
| 19 | +- Sanic: Sanic integration initial version (#2419) by @szokeasaurusrex |
| 20 | +- Django: Fix parsing of Django `path` patterns (#2452) by @sentrivana |
| 21 | +- Django: Add Django 4.2 to test suite (#2462) by @sentrivana |
| 22 | +- Polish changelog (#2434) by @sentrivana |
19 | 23 | - Update CONTRIBUTING.md (#2443) by @krishvsoni
|
20 |
| -- Support Quart 0.19 onwards (#2403) by @pgjones |
21 |
| -- Sanic integration initial version (#2419) by @szokeasaurusrex |
22 | 24 | - Update README.md (#2435) by @sentrivana
|
23 |
| -- Connection attributes in `redis` database spans (#2398) by @antonpirker |
24 |
| -- Polish changelog (#2434) by @sentrivana |
25 | 25 |
|
26 | 26 | ## 1.32.0
|
27 | 27 |
|
|
0 commit comments