|
4 | 4 |
|
5 | 5 | ### New Features ✨ |
6 | 6 |
|
7 | | -#### Data Collection |
8 | | - |
9 | | -- Move data collection to \_experiments by @ericapisani in [#6790](https://github.com/getsentry/sentry-python/pull/6790) |
10 | | -- Add queues option to data collection config by @ericapisani in [#6770](https://github.com/getsentry/sentry-python/pull/6770) |
11 | | - |
12 | 7 | #### Huey |
13 | 8 |
|
14 | 9 | - Set `messaging.destination.name` on consumer spans by @alexander-alderman-webb in [#6779](https://github.com/getsentry/sentry-python/pull/6779) |
|
24 | 19 |
|
25 | 20 | #### Tracing |
26 | 21 |
|
27 | | -- Fix unsampled/deferred trace propagation in span streaming by @sentrivana in [#6757](https://github.com/getsentry/sentry-python/pull/6757) |
28 | | -- Set `sentry.op` to function in new trace decorator by @sentrivana in [#6796](https://github.com/getsentry/sentry-python/pull/6796) |
29 | 22 | - Take first sentry-trace header in case multiple are supplied by @sl0thentr0py in [#6722](https://github.com/getsentry/sentry-python/pull/6722) |
30 | 23 |
|
31 | 24 | #### Other |
|
36 | 29 |
|
37 | 30 | ### Internal Changes 🔧 |
38 | 31 |
|
39 | | -- (data-collection) Simplify database collection config to a plain boolean by @ericapisani in [#6772](https://github.com/getsentry/sentry-python/pull/6772) |
40 | 32 | - (mcp) Add package to the typing group by @alexander-alderman-webb in [#6727](https://github.com/getsentry/sentry-python/pull/6727) |
41 | 33 | - (starlette) Add package to typing group by @alexander-alderman-webb in [#6728](https://github.com/getsentry/sentry-python/pull/6728) |
42 | 34 | - Add required `cache_write_tokens` field by @alexander-alderman-webb in [#6804](https://github.com/getsentry/sentry-python/pull/6804) |
43 | | -- Add streaming tests to `test_misc` by @sentrivana in [#6787](https://github.com/getsentry/sentry-python/pull/6787) |
44 | | -- Add streaming tests to `test_sampling` by @sentrivana in [#6784](https://github.com/getsentry/sentry-python/pull/6784) |
45 | | -- Add streaming propagation tests by @sentrivana in [#6782](https://github.com/getsentry/sentry-python/pull/6782) |
46 | | -- Add streaming `sample_rand` propagation tests by @sentrivana in [#6780](https://github.com/getsentry/sentry-python/pull/6780) |
47 | 35 | - Pin extra test dependencies for generated test suites by @alexander-alderman-webb in [#6696](https://github.com/getsentry/sentry-python/pull/6696) |
48 | 36 | - Add `pydantic` to the typing group by @alexander-alderman-webb in [#6730](https://github.com/getsentry/sentry-python/pull/6730) |
49 | 37 | - Add `python_multipart` to the typing group by @alexander-alderman-webb in [#6729](https://github.com/getsentry/sentry-python/pull/6729) |
|
54 | 42 | - Stop inheriting secrets in tests by @alexander-alderman-webb in [#6721](https://github.com/getsentry/sentry-python/pull/6721) |
55 | 43 | - Configure Renovate by @renovate in [#6701](https://github.com/getsentry/sentry-python/pull/6701) |
56 | 44 | - Move conversation ID tests to their own file by @sentrivana in [#6699](https://github.com/getsentry/sentry-python/pull/6699) |
57 | | -- Add span origin span streaming tests by @sentrivana in [#6697](https://github.com/getsentry/sentry-python/pull/6697) |
58 | 45 | - Replace `requirements-testing.txt` with a `uv` dependency group by @alexander-alderman-webb in [#6693](https://github.com/getsentry/sentry-python/pull/6693) |
59 | | -- Move streaming decorator tests by @sentrivana in [#6695](https://github.com/getsentry/sentry-python/pull/6695) |
60 | 46 |
|
61 | 47 | ## 2.64.0 |
62 | 48 |
|
|
0 commit comments