-
Notifications
You must be signed in to change notification settings - Fork 62
Commit 31b9814
authored
fix(deps): update dependency sentry-sdk to v2.23.0 (#874)
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.22.0` -> `==2.23.0` |
[](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.23.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2230)
[Compare
Source](https://redirect.github.com/getsentry/sentry-python/compare/2.22.0...2.23.0)
##### Various fixes & improvements
- Feat(profiling): Add new functions to start/stop continuous profiler
([#​4056](https://redirect.github.com/getsentry/sentry-python/issues/4056))
by [@​Zylphrex](https://redirect.github.com/Zylphrex)
- Feat(profiling): Export start/stop profile session
([#​4079](https://redirect.github.com/getsentry/sentry-python/issues/4079))
by [@​Zylphrex](https://redirect.github.com/Zylphrex)
- Feat(tracing): Backfill missing `sample_rand` on `PropagationContext`
([#​4038](https://redirect.github.com/getsentry/sentry-python/issues/4038))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- Feat(logs): Add alpha version of Sentry logs
([#​4126](https://redirect.github.com/getsentry/sentry-python/issues/4126))
by [@​colin-sentry](https://redirect.github.com/colin-sentry)
- Security(gha): fix potential for shell injection
([#​4099](https://redirect.github.com/getsentry/sentry-python/issues/4099))
by [@​mdtro](https://redirect.github.com/mdtro)
- Docs: Add `init()` parameters to ApiDocs.
([#​4100](https://redirect.github.com/getsentry/sentry-python/issues/4100))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Docs: Document that caller must check `mutable`
([#​4010](https://redirect.github.com/getsentry/sentry-python/issues/4010))
by
[@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)
- Fix(Anthropic): Add partial json support to streams
([#​3674](https://redirect.github.com/getsentry/sentry-python/issues/3674))
- Fix(ASGI): Fix KeyError if transaction does not exist
([#​4095](https://redirect.github.com/getsentry/sentry-python/issues/4095))
by [@​kevinji](https://redirect.github.com/kevinji)
- Fix(asyncio): Improve asyncio integration error handling.
([#​4129](https://redirect.github.com/getsentry/sentry-python/issues/4129))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Fix(AWS Lambda): Fix capturing errors during AWS Lambda INIT phase
([#​3943](https://redirect.github.com/getsentry/sentry-python/issues/3943))
- Fix(Bottle): Prevent internal error on 404
([#​4131](https://redirect.github.com/getsentry/sentry-python/issues/4131))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Fix(CI): Fix API doc failure in CI
([#​4075](https://redirect.github.com/getsentry/sentry-python/issues/4075))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Fix(ClickHouse) ClickHouse in test suite
([#​4087](https://redirect.github.com/getsentry/sentry-python/issues/4087))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Fix(cloudresourcecontext): Added timeout to HTTP requests in
CloudResourceContextIntegration
([#​4120](https://redirect.github.com/getsentry/sentry-python/issues/4120))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Fix(crons): Fixed bug when `cron_jobs` is set to `None` in arq
integration
([#​4115](https://redirect.github.com/getsentry/sentry-python/issues/4115))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Fix(debug): Take into account parent handlers for debug logger
([#​4133](https://redirect.github.com/getsentry/sentry-python/issues/4133))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Fix(FastAPI/Starlette): Fix middleware with positional arguments.
([#​4118](https://redirect.github.com/getsentry/sentry-python/issues/4118))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Fix(featureflags): add LRU update/dedupe test coverage
([#​4082](https://redirect.github.com/getsentry/sentry-python/issues/4082))
- Fix(logging): Coerce None values into strings in logentry params.
([#​4121](https://redirect.github.com/getsentry/sentry-python/issues/4121))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Fix(pyspark): Grab `attemptId` more defensively
([#​4130](https://redirect.github.com/getsentry/sentry-python/issues/4130))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Fix(Quart): Support `quart_flask_patch`
([#​4132](https://redirect.github.com/getsentry/sentry-python/issues/4132))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Fix(tests): A way to locally run AWS Lambda functions
([#​4128](https://redirect.github.com/getsentry/sentry-python/issues/4128))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Fix(tests): Add concurrency testcase for arq
([#​4125](https://redirect.github.com/getsentry/sentry-python/issues/4125))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Fix(tests): Add fail_on_changes to toxgen by
[@​sentrivana](https://redirect.github.com/sentrivana)
- Fix(tests): Run AWS Lambda tests locally
([#​3988](https://redirect.github.com/getsentry/sentry-python/issues/3988))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- Fix(tests): Test relevant prereleases and allow to ignore releases
- Fix(tracing): Move `TRANSACTION_SOURCE_*` constants to `Enum`
([#​3889](https://redirect.github.com/getsentry/sentry-python/issues/3889))
by [@​mgaligniana](https://redirect.github.com/mgaligniana)
- Fix(typing): Add more typing info to Scope.update_from_kwargs's
"contexts"
([#​4080](https://redirect.github.com/getsentry/sentry-python/issues/4080))
- Fix(typing): Set correct type for `set_context` everywhere
([#​4123](https://redirect.github.com/getsentry/sentry-python/issues/4123))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Chore(tests): Regenerate tox.ini
([#​4108](https://redirect.github.com/getsentry/sentry-python/issues/4108))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- Build(deps): bump actions/create-github-app-token from 1.11.5 to
1.11.6
([#​4113](https://redirect.github.com/getsentry/sentry-python/issues/4113))
by [@​dependabot](https://redirect.github.com/dependabot)
- Build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
([#​4112](https://redirect.github.com/getsentry/sentry-python/issues/4112))
by [@​dependabot](https://redirect.github.com/dependabot)
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1b45563 commit 31b9814Copy full SHA for 31b9814
File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments