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

Update dependency sentry-sdk to v1.39.1 #829

Merged
merged 1 commit into from
Dec 26, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sentry-sdk (changelog) ==1.32.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

v1.34.0

Compare Source

Various fixes & improvements

v1.33.1

Compare Source

Various fixes & improvements

v1.33.0

Compare Source

Various fixes & improvements

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 dependencies Pull requests that update a dependency file label Oct 31, 2023
@renovate renovate bot requested a review from rclement October 31, 2023 12:29
@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1d77b62) 100.00% compared to head (34f7213) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #829   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          834       834           
  Branches        62        62           
=========================================
  Hits           834       834           

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

@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x October 31, 2023 12:32 Inactive
@renovate renovate bot changed the title Update dependency sentry-sdk to v1.33.0 Update dependency sentry-sdk to v1.33.1 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 2a97350 to 6382534 Compare October 31, 2023 17:15
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x October 31, 2023 17:18 Inactive
@renovate renovate bot changed the title Update dependency sentry-sdk to v1.33.1 Update dependency sentry-sdk to v1.34.0 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 6382534 to 4b2fe17 Compare November 2, 2023 16:32
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 2, 2023 16:35 Inactive
@renovate renovate bot changed the title Update dependency sentry-sdk to v1.34.0 Update dependency sentry-sdk to v1.35.0 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 4b2fe17 to 9c2f48f Compare November 13, 2023 11:05
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 13, 2023 11:08 Inactive
@renovate renovate bot changed the title Update dependency sentry-sdk to v1.35.0 Update dependency sentry-sdk to v1.36.0 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 9c2f48f to e9651c4 Compare November 21, 2023 13:56
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 21, 2023 13:58 Inactive
@renovate renovate bot changed the title Update dependency sentry-sdk to v1.36.0 Update dependency sentry-sdk to v1.37.0 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from e9651c4 to cba8005 Compare November 24, 2023 13:43
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 24, 2023 13:45 Inactive
@renovate renovate bot changed the title Update dependency sentry-sdk to v1.37.0 Update dependency sentry-sdk to v1.37.1 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from cba8005 to b4e32f5 Compare November 24, 2023 17:14
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 24, 2023 17:16 Inactive
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from b4e32f5 to 35e15b6 Compare November 26, 2023 17:30
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 26, 2023 17:33 Inactive
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 35e15b6 to 38da5dd Compare November 26, 2023 17:37
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 26, 2023 17:40 Inactive
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 38da5dd to fee4d12 Compare November 26, 2023 17:47
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 26, 2023 17:50 Inactive
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from fee4d12 to 4dcc5ab Compare November 26, 2023 17:55
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 26, 2023 17:57 Inactive
@renovate renovate bot changed the title Update dependency sentry-sdk to v1.37.1 Update dependency sentry-sdk to v1.38.0 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 4dcc5ab to 55e3a4e Compare November 29, 2023 17:41
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x November 29, 2023 17:43 Inactive
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 55e3a4e to 16647f0 Compare December 9, 2023 13:30
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x December 9, 2023 13:33 Inactive
@renovate renovate bot changed the title Update dependency sentry-sdk to v1.38.0 Update dependency sentry-sdk to v1.39.0 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 16647f0 to 5926cd2 Compare December 12, 2023 19:46
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x December 12, 2023 19:49 Inactive
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 5926cd2 to 34f7213 Compare December 14, 2023 19:28
@renovate renovate bot changed the title Update dependency sentry-sdk to v1.39.0 Update dependency sentry-sdk to v1.39.1 Dec 14, 2023
@renovate renovate bot temporarily deployed to preview/renovate-sentry-sdk-1-x December 14, 2023 19:30 Inactive
@rclement rclement merged commit 41609ce into master Dec 26, 2023
9 checks passed
@rclement rclement deleted the renovate/sentry-sdk-1.x branch December 26, 2023 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant