Bump sentry-sdk[flask] from 1.28.1 to 1.29.2
Created by: dependabot[bot]
Bumps sentry-sdk[flask] from 1.28.1 to 1.29.2.
Release notes
Sourced from sentry-sdk[flask]'s releases.
1.29.2
Various fixes & improvements
- Revert GraphQL integration (#2287) by
@sentrivana
1.29.1
Various fixes & improvements
- Fix GraphQL integration swallowing responses (#2286) by
@sentrivana
- Fix typo (#2283) by
@sentrivana
1.29.0
Various fixes & improvements
- Capture GraphQL client errors (#2243) by
@sentrivana
- The SDK will now create dedicated errors whenever an HTTP client makes a reqwuest to a
/graphql
endpoint and the response contains an error. You can opt out of this by providingcapture_graphql_errors=False
to the HTTP client integration.- Read MAX_VALUE_LENGTH from client options (#2121) (#2171) by
@puittenbroek
- Rename
request_bodies
tomax_request_body_size
(#2247) by@mgaligniana
- Always sample checkin regardless of
sample_rate
(#2279) by@szokeasaurusrex
- Add information to short-interval cron error message (#2246) by
@lobsterkatie
- Add DB connection attributes in spans (#2274) by
@antonpirker
- Add
db.system
to remaining Redis spans (#2271) by@AbhiPrasad
- Clarified the procedure for running tests (#2276) by
@szokeasaurusrex
- Fix Chalice tests (#2278) by
@sentrivana
- Bump Black from 23.3.0 to 23.7.0 (#2256) by
@dependabot
- Remove py3.4 from tox.ini (#2248) by
@sentrivana
Changelog
Sourced from sentry-sdk[flask]'s changelog.
1.29.2
Various fixes & improvements
- Revert GraphQL integration (#2287) by
@sentrivana
1.29.1
Various fixes & improvements
- Fix GraphQL integration swallowing responses (#2286) by
@sentrivana
- Fix typo (#2283) by
@sentrivana
1.29.0
Various fixes & improvements
- Capture GraphQL client errors (#2243) by
@sentrivana
- The SDK will now create dedicated errors whenever an HTTP client makes a request to a
/graphql
endpoint and the response contains an error. You can opt out of this by providingcapture_graphql_errors=False
to the HTTP client integration.- Read MAX_VALUE_LENGTH from client options (#2121) (#2171) by
@puittenbroek
- Rename
request_bodies
tomax_request_body_size
(#2247) by@mgaligniana
- Always sample checkin regardless of
sample_rate
(#2279) by@szokeasaurusrex
- Add information to short-interval cron error message (#2246) by
@lobsterkatie
- Add DB connection attributes in spans (#2274) by
@antonpirker
- Add
db.system
to remaining Redis spans (#2271) by@AbhiPrasad
- Clarified the procedure for running tests (#2276) by
@szokeasaurusrex
- Fix Chalice tests (#2278) by
@sentrivana
- Bump Black from 23.3.0 to 23.7.0 (#2256) by
@dependabot
- Remove py3.4 from tox.ini (#2248) by
@sentrivana
Commits
-
6f43772
release: 1.29.2 -
691bced
Revert GraphQL integration (#2287) -
854d572
Merge branch 'release/1.29.1' -
0f91f6d
release: 1.29.1 -
e918504
Fix GraphQL integration swallowing responses (#2286) -
5dfc991
Fix typo (#2283) -
026d609
Merge branch 'release/1.29.0' -
d0af1f0
Add more details to changelog -
4c8b082
Update changelog -
3eea98e
release: 1.29.0 - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)