site
site copied to clipboard
Bump sentry-sdk from 2.22.0 to 2.30.0
Bumps sentry-sdk from 2.22.0 to 2.30.0.
Release notes
Sourced from sentry-sdk's releases.
2.30.0
Various fixes & improvements
New beta feature: Sentry logs for Loguru (#4445) by
@sentrivanaWe can now capture Loguru logs and send them to Sentry.
import sentry_sdk from sentry_sdk.integrations.loguru import LoguruIntegrationSetup Sentry SDK to send Loguru log messages with a level of "error" or higher to Sentry
sentry_sdk.init(
_experiments={
"enable_logs": True,
},
integrations=[
LoguruIntegration(sentry_logs_level=logging.ERROR),
]
)
- fix(logs): Don't gate user behind
send_default_pii(#4453) by@AbhiPrasad- fix(logging): Strip log
record.namefor more robust matching (#4411) by@romaingd-spi- Migrate to modern threading interface (#4452) by
@emmanuel-ferdman- ref: Remove
_capture_experimental_logscopeparameter (#4424) by@szokeasaurusrex- feat(logs): Add user attributes to logs (#4423) by
@szokeasaurusrex- fix: fix ARQ integration error (#4427) (#4428) by
@ninoseki- fix(grpc): Fix AttributeError when instrumenting with OTel (#4405) by
@sentrivana- fix(redis): Use
command_queueinstead ofcommand_stackif available (#4404) by@sentrivana- fix: Handle invalid
SENTRY_DEBUGvalues properly (#4400) by@szokeasaurusrex- Increase test coverage (#4393) by
@mgaligniana- tests(logs): avoid failures when running with integrations enabled (#4388) by
@rominf- Fix CI, adapt to new redis-py release (#4431) by
@sentrivana- tests: Regenerate toxgen (#4403) by
@sentrivana- tests: Regenerate tox.ini & fix CI (#4435) by
@sentrivana- build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 (#4397) by
@dependabot2.29.1
Various fixes & improvements
2.29.0
Various fixes & improvements
- fix(loguru): Move integration setup from
__init__tosetup_once(#4399) by@sentrivana- feat: Allow configuring
keep_alivevia environment variable (#4366) by@szokeasaurusrex- fix(celery): Do not send extra check-in (#4395) by
@sentrivana- fix(typing): Add before_send_log to Experiments (#4383) by
@sentrivana
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
2.30.0
Various fixes & improvements
New beta feature: Sentry logs for Loguru (#4445) by
@sentrivanaWe can now capture Loguru logs and send them to Sentry.
import sentry_sdk from sentry_sdk.integrations.loguru import LoguruIntegrationSetup Sentry SDK to send Loguru log messages with a level of "error" or higher to Sentry
sentry_sdk.init(
_experiments={
"enable_logs": True,
},
integrations=[
LoguruIntegration(sentry_logs_level=logging.ERROR),
]
)
- fix(logs): Don't gate user behind
send_default_pii(#4453) by@AbhiPrasad- fix(logging): Strip log
record.namefor more robust matching (#4411) by@romaingd-spi- Migrate to modern threading interface (#4452) by
@emmanuel-ferdman- ref: Remove
_capture_experimental_logscopeparameter (#4424) by@szokeasaurusrex- feat(logs): Add user attributes to logs (#4423) by
@szokeasaurusrex- fix: fix ARQ integration error (#4427) (#4428) by
@ninoseki- fix(grpc): Fix AttributeError when instrumenting with OTel (#4405) by
@sentrivana- fix(redis): Use
command_queueinstead ofcommand_stackif available (#4404) by@sentrivana- fix: Handle invalid
SENTRY_DEBUGvalues properly (#4400) by@szokeasaurusrex- Increase test coverage (#4393) by
@mgaligniana- tests(logs): avoid failures when running with integrations enabled (#4388) by
@rominf- Fix CI, adapt to new redis-py release (#4431) by
@sentrivana- tests: Regenerate toxgen (#4403) by
@sentrivana- tests: Regenerate tox.ini & fix CI (#4435) by
@sentrivana- build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 (#4397) by
@dependabot2.29.1
Various fixes & improvements
2.29.0
Various fixes & improvements
- fix(loguru): Move integration setup from
__init__tosetup_once(#4399) by@sentrivana
... (truncated)
Commits
719efd5Update CHANGELOG.md949c4e8release: 2.30.051db87cfeat(loguru): Sentry logs for Loguru (#4445)1433ec2fix(logs): Don't gate user behindsend_default_pii(#4453)8ca298afix(logging): Strip logrecord.namefor more robust matching (#4411)4420c4dMigrate to modern threading interface (#4452)7f8571cref: Remove_capture_experimental_logscopeparameter (#4424)a662a9dfeat(logs): Add user attributes to logs (#4423)c2d5a76tests: Regenerate tox.ini & fix CI (#4435)7cf4ee4fix: fix ARQ integration error (#4427) (#4428)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for pydis-static ready!
| Name | Link |
|---|---|
| Latest commit | 34c213b9a3b547c89b8fee27fb16b6286ac6b6e9 |
| Latest deploy log | https://app.netlify.com/projects/pydis-static/deploys/6856fff86c11b10008ba8de6 |
| Deploy Preview | https://deploy-preview-1538--pydis-static.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
coverage: 100.0%. remained the same when pulling 34c213b9a3b547c89b8fee27fb16b6286ac6b6e9 on dependabot/pip/sentry-sdk-2.30.0 into 595acbc15109a89c09c160df32cabae169281ab8 on main.
Superseded by #1542.