-
Notifications
You must be signed in to change notification settings - Fork 50
Commit 3110367
fix(deps): update dependency sentry-sdk to v2.26.1 (#1043)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sentry-sdk](https://redirect.github.com/getsentry/sentry-python)
([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md))
| `==2.26.0` -> `==2.26.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>getsentry/sentry-python (sentry-sdk)</summary>
###
[`v2.26.1`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2261)
[Compare
Source](https://redirect.github.com/getsentry/sentry-python/compare/2.26.0...2.26.1)
##### Various fixes & improvements
- fix(threading): Data leak in ThreadingIntegration between threads
([#​4281](https://redirect.github.com/getsentry/sentry-python/issues/4281))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- fix(logging): Clarify separate warnings case is for Python <3.11
([#​4296](https://redirect.github.com/getsentry/sentry-python/issues/4296))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- fix(logging): Add formatted message to log events
([#​4292](https://redirect.github.com/getsentry/sentry-python/issues/4292))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- fix(logging): Send raw logging parameters
([#​4291](https://redirect.github.com/getsentry/sentry-python/issues/4291))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- fix: Revert "chore: Deprecate `same_process_as_parent`
([#​4244](https://redirect.github.com/getsentry/sentry-python/issues/4244))"
([#​4290](https://redirect.github.com/getsentry/sentry-python/issues/4290))
by [@​sentrivana](https://redirect.github.com/sentrivana)
###
[`v2.26.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2260)
[Compare
Source](https://redirect.github.com/getsentry/sentry-python/compare/2.25.1...2.26.0)
##### Various fixes & improvements
- fix(debug): Do not consider parent loggers for debug logging
([#​4286](https://redirect.github.com/getsentry/sentry-python/issues/4286))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- test(tracing): Simplify static/classmethod tracing tests
([#​4278](https://redirect.github.com/getsentry/sentry-python/issues/4278))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- feat(transport): Add a timeout
([#​4252](https://redirect.github.com/getsentry/sentry-python/issues/4252))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- meta: Change CODEOWNERS back to Python SDK owners
([#​4269](https://redirect.github.com/getsentry/sentry-python/issues/4269))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- feat(logs): Add sdk name and version as log attributes
([#​4262](https://redirect.github.com/getsentry/sentry-python/issues/4262))
by [@​AbhiPrasad](https://redirect.github.com/AbhiPrasad)
- feat(logs): Add server.address to logs
([#​4257](https://redirect.github.com/getsentry/sentry-python/issues/4257))
by [@​AbhiPrasad](https://redirect.github.com/AbhiPrasad)
- chore: Deprecate `same_process_as_parent`
([#​4244](https://redirect.github.com/getsentry/sentry-python/issues/4244))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- feat(logs): Add sentry.origin attribute for log handler
([#​4250](https://redirect.github.com/getsentry/sentry-python/issues/4250))
by [@​AbhiPrasad](https://redirect.github.com/AbhiPrasad)
- feat(tests): Add optional cutoff to toxgen
([#​4243](https://redirect.github.com/getsentry/sentry-python/issues/4243))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- toxgen: Retry & fail if we fail to fetch PyPI data
([#​4251](https://redirect.github.com/getsentry/sentry-python/issues/4251))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- build(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2
([#​4248](https://redirect.github.com/getsentry/sentry-python/issues/4248))
by [@​dependabot](https://redirect.github.com/dependabot)
- Trying to prevent the grpc setup from being flaky
([#​4233](https://redirect.github.com/getsentry/sentry-python/issues/4233))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- feat(breadcrumbs): add `_meta` information for truncation of
breadcrumbs
([#​4007](https://redirect.github.com/getsentry/sentry-python/issues/4007))
by [@​shellmayr](https://redirect.github.com/shellmayr)
- tests: Move django under toxgen
([#​4238](https://redirect.github.com/getsentry/sentry-python/issues/4238))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- fix: Handle JSONDecodeError gracefully in StarletteRequestExtractor
([#​4226](https://redirect.github.com/getsentry/sentry-python/issues/4226))
by [@​moodix](https://redirect.github.com/moodix)
- fix(asyncio): Remove shutdown handler
([#​4237](https://redirect.github.com/getsentry/sentry-python/issues/4237))
by [@​sentrivana](https://redirect.github.com/sentrivana)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "* 0-3 * * 1" (UTC).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/codegen-sh/codegen).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments