|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements
|
6 | 6 |
|
7 |
| -- feat(logs): Forward extra from logger as attributes (#4374) by @AbhiPrasad |
8 |
| -- Make use of `SPANDATA` consistent (#4373) by @antonpirker |
9 |
| -- Fix Discord link (#4371) by @sentrivana |
10 |
| -- Pin snowballstemmer for now (#4372) by @sentrivana |
| 7 | +- fix(logs): Forward `extra` from logger as attributes (#4374) by @AbhiPrasad |
| 8 | +- fix(logs): Canonicalize paths from the logger integration (#4336) by @colin-sentry |
| 9 | +- fix(logs): Use new transport (#4317) by @colin-sentry |
| 10 | +- fix: Deprecate `set_measurement()` API. (#3934) by @antonpirker |
| 11 | +- fix: Put feature flags on isolation scope (#4363) by @antonpirker |
| 12 | +- fix: Make use of `SPANDATA` consistent (#4373) by @antonpirker |
| 13 | +- fix: Discord link (#4371) by @sentrivana |
| 14 | +- tests: Pin snowballstemmer for now (#4372) by @sentrivana |
11 | 15 | - tests: Regular tox update (#4367) by @sentrivana
|
12 |
| -- build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#4358) by @dependabot |
13 |
| -- Put feature flags on isolation scope (#4363) by @antonpirker |
14 |
| -- tests: bump test timeout for recursion stacktrace extract to 2s (#4351) by @booxter |
15 |
| -- feat(ourlogs): canonicalize paths from the logger integration (#4336) by @colin-sentry |
16 |
| -- chore(ourlogs): Use new transport (#4317) by @colin-sentry |
17 |
| -- tests: fix test_stacktrace_big_recursion failure due to argv (#4346) by @booxter |
| 16 | +- tests: Bump test timeout for recursion stacktrace extract to 2s (#4351) by @booxter |
| 17 | +- tests: Fix test_stacktrace_big_recursion failure due to argv (#4346) by @booxter |
18 | 18 | - tests: Move anthropic under toxgen (#4348) by @sentrivana
|
19 |
| -- Deprecate `set_measurement()` API. (#3934) by @antonpirker |
20 | 19 | - tests: Update tox.ini (#4347) by @sentrivana
|
21 |
| -- Update GH issue templates for Linear compatibility (#4328) by @stephanie-anderson |
| 20 | +- chore: Update GH issue templates for Linear compatibility (#4328) by @stephanie-anderson |
| 21 | +- chore: Bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#4358) by @dependabot |
22 | 22 |
|
23 | 23 | ## 2.27.0
|
24 | 24 |
|
|
0 commit comments