Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump sentry-sdk from 1.38.0 to 1.45.1#1926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/pip/sentry-sdk-1.45.1

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 6, 2025

Bumpssentry-sdk from 1.38.0 to 1.45.1.

Release notes

Sourced fromsentry-sdk's releases.

1.45.1

This is a security backport release.

1.45.0

This is the final 1.x release for the forseeable future. Development will continue on the 2.x release line. The first 2.x version will be available in the next few weeks.

Various fixes & improvements

  • Allow to upsert monitors (#2929) by@​sentrivana

    It's now possible to providemonitor_config to themonitor decorator/context manager directly:

    fromsentry_sdk.cronsimportmonitorAllkeysexceptscheduleareoptionalmonitor_config= {"schedule": {"type":"crontab","value":"0 0 * * *"},"timezone":"Europe/Vienna","checkin_margin":10,"max_runtime":10,"failure_issue_threshold":5,"recovery_threshold":5,}@​monitor(monitor_slug='<monitor-slug>',monitor_config=monitor_config)deftell_the_world():print('My scheduled task...')

    Check outthe cron docs for details.

  • Add Djangosignals_denylist to filter signals that are attached to bysignals_spans (#2758) by@​lieryan

    If you want to exclude some Django signals from performance tracking, you can use the newsignals_denylist Django option:

    importdjango.db.models.signalsimportsentry_sdksentry_sdk.init(...integrations=[DjangoIntegration(...signals_denylist=[

... (truncated)

Changelog

Sourced fromsentry-sdk's changelog.

1.45.1

This is a security backport release.

1.45.0

This is the final 1.x release for the forseeable future. Development will continue on the 2.x release line. The first 2.x version will be available in the next few weeks.

Various fixes & improvements

  • Allow to upsert monitors (#2929) by@​sentrivana

    It's now possible to providemonitor_config to themonitor decorator/context manager directly:

    fromsentry_sdk.cronsimportmonitorAllkeysexceptscheduleareoptionalmonitor_config= {"schedule": {"type":"crontab","value":"0 0 * * *"},"timezone":"Europe/Vienna","checkin_margin":10,"max_runtime":10,"failure_issue_threshold":5,"recovery_threshold":5,}@​monitor(monitor_slug='<monitor-slug>',monitor_config=monitor_config)deftell_the_world():print('My scheduled task...')

    Check outthe cron docs for details.

  • Add Djangosignals_denylist to filter signals that are attached to bysignals_spans (#2758) by@​lieryan

    If you want to exclude some Django signals from performance tracking, you can use the newsignals_denylist Django option:

    importdjango.db.models.signalsimportsentry_sdksentry_sdk.init(...integrations=[DjangoIntegration(

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.38.0 to 1.45.1.- [Release notes](https://github.com/getsentry/sentry-python/releases)- [Changelog](https://github.com/getsentry/sentry-python/blob/1.45.1/CHANGELOG.md)- [Commits](getsentry/sentry-python@1.38.0...1.45.1)---updated-dependencies:- dependency-name: sentry-sdk  dependency-version: 1.45.1  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update Python code labelsJun 6, 2025
@codecovCodecov
Copy link

codecovbot commentedJun 6, 2025
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.87%. Comparing base(b5696b2) to head(f1ddcc4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@##             main    #1926      +/-   ##==========================================+ Coverage   59.27%   64.87%   +5.60%==========================================  Files         137      137                Lines        9649     9649              ==========================================+ Hits         5719     6260     +541+ Misses       3930     3389     -541
FlagCoverage Δ
docarray64.87% <ø> (+5.60%)⬆️

Flags with carried forward coverage won't be shown.Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report?Share it here.

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filepythonPull requests that update Python code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp