Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sentry-sdk to v1.22.1 #701

Merged
merged 1 commit into from
May 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sentry-sdk (changelog) ==1.21.1 -> ==1.22.1 age adoption passing confidence

Release Notes

getsentry/sentry-python

v1.22.1

Compare Source

Various fixes & improvements

v1.22.0

Compare Source

Various fixes & improvements
  • Add cache.hit and cache.item_size to Django (#​2057) by @​antonpirker

    Note: This will add spans for all requests to the caches configured in Django. This will probably add some overhead to your server an also add multiple spans to your performance waterfall diagrams. If you do not want this, you can disable this feature in the DjangoIntegration:

    sentry_sdk.init(
        dsn="...",
        integrations=[
            DjangoIntegration(cache_spans=False),
        ]
    )
  • Use http.method instead of method (#​2054) by @​AbhiPrasad

  • Handle non-int exc.status_code in Starlette (#​2075) by @​sentrivana

  • Handle SQLAlchemy engine.name being bytes (#​2074) by @​sentrivana

  • Fix KeyError in capture_checkin if SDK is not initialized (#​2073) by @​antonpirker

  • Use functools.wrap for ThreadingIntegration patches to fix attributes (#​2080) by @​EpicWink

  • Pin urllib3 to <2.0.0 for now (#​2069) by @​sl0thentr0py


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label May 5, 2023
@fuzzylogic2000 fuzzylogic2000 merged commit bd47ffe into main May 8, 2023
2 checks passed
@fuzzylogic2000 fuzzylogic2000 deleted the renovate/sentry-sdk-1.x branch May 8, 2023 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant