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.39.1 #933

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

getsentry/sentry-python (sentry-sdk)

v1.39.1

Compare Source

Various fixes & improvements

v1.39.0

Compare Source

Various fixes & improvements

v1.38.0

Compare Source

Various fixes & improvements

v1.37.1

Compare Source

Various fixes & improvements

v1.37.0

Compare Source

Various fixes & improvements

v1.36.0

Compare Source

Various fixes & improvements

v1.35.0

Compare Source

Various fixes & improvements
  • Updated gRPC integration: Asyncio interceptors and easier setup (#​2369) by @​fdellekart

    Our gRPC integration now instruments incoming unary-unary grpc requests and outgoing unary-unary, unary-stream grpc requests using grpcio channels. Everything works now for sync and async code.

    Before this release you had to add Sentry interceptors by hand to your gRPC code, now the only thing you need to do is adding the GRPCIntegration to you sentry_sdk_init() call. (See documentation for more information):

    import sentry_sdk
    from sentry_sdk.integrations.grpc import GRPCIntegration
    
    sentry_sdk.init(
        dsn="___PUBLIC_DSN___",
        enable_tracing=True,
        integrations=[
            GRPCIntegration(),
        ],
    )

    The old way still works, but we strongly encourage you to update your code to the way described above.

  • Python 3.12: Replace deprecated datetime functions (#​2502) by @​sentrivana

  • Metrics: Unify datetime format (#​2409) by @​mitsuhiko

  • Celery: Set correct data in check_ins (#​2500) by @​antonpirker

  • Celery: Read timezone for Crons monitors from celery_schedule if existing (#​2497) by @​antonpirker

  • Django: Removing redundant code in Django tests (#​2491) by @​vagi8

  • Django: Make reading the request body work in Django ASGI apps. (#​2495) by @​antonpirker

  • FastAPI: Use wraps on fastapi request call wrapper (#​2476) by @​nkaras

  • Fix: Probe for psycopg2 and psycopg3 parameters function. (#​2492) by @​antonpirker

  • Fix: Remove unnecessary TYPE_CHECKING alias (#​2467) by @​rafrafek


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 Nov 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v1.35.0 chore(deps): update dependency sentry-sdk to v1.36.0 Nov 21, 2023
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v1.36.0 chore(deps): update dependency sentry-sdk to v1.37.0 Nov 24, 2023
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v1.37.0 chore(deps): update dependency sentry-sdk to v1.37.1 Nov 24, 2023
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v1.37.1 chore(deps): update dependency sentry-sdk to v1.38.0 Nov 29, 2023
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v1.38.0 chore(deps): update dependency sentry-sdk to v1.39.0 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch 2 times, most recently from 4cf493c to 6e3b676 Compare December 14, 2023 13:00
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v1.39.0 chore(deps): update dependency sentry-sdk to v1.39.1 Dec 14, 2023
@goapunk goapunk enabled auto-merge (rebase) December 19, 2023 16:45
@goapunk goapunk merged commit 7a79bd0 into main Dec 19, 2023
2 checks passed
@goapunk goapunk deleted the renovate/sentry-sdk-1.x branch December 19, 2023 16:46
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.

1 participant