-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
2a97350
to
6382534
Compare
6382534
to
4b2fe17
Compare
4b2fe17
to
9c2f48f
Compare
9c2f48f
to
e9651c4
Compare
e9651c4
to
cba8005
Compare
cba8005
to
b4e32f5
Compare
b4e32f5
to
35e15b6
Compare
35e15b6
to
38da5dd
Compare
38da5dd
to
fee4d12
Compare
fee4d12
to
4dcc5ab
Compare
4dcc5ab
to
55e3a4e
Compare
55e3a4e
to
16647f0
Compare
16647f0
to
5926cd2
Compare
5926cd2
to
34f7213
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.32.0
->==1.39.1
Release Notes
getsentry/sentry-python (sentry-sdk)
v1.39.1
Compare Source
Various fixes & improvements
error_sampler
function (#2511) by @antonpirkeraiohttp
(#2590) by @antonpirkerv1.39.0
Compare Source
Various fixes & improvements
TypeError
with no-argumentapply_async
(#2575) by @szokeasaurusrexos.path.devnull
access issues (#2579) by @sentrivanacode.filepath
frame picking logic (#2568) by @sentrivanav1.38.0
Compare Source
Various fixes & improvements
event_processors
for checkins (#2536) by @antonpirkerjinja2
for generating CI yamls (#2534) by @sentrivanav1.37.1
Compare Source
Various fixes & improvements
NameError
onparse_version
with eventlet (#2532) by @sentrivana68def1e
toe9f7d58
(#2501) by @dependabotv1.37.0
Compare Source
Various fixes & improvements
Move installed modules code to utils (#2429) by @sentrivana
Note: We moved the internal function
_get_installed_modules
fromsentry_sdk.integrations.modules
tosentry_sdk.utils
.So if you use this function you have to update your imports
Add code locations for metrics (#2526) by @jan-auer
Add query source to DB spans (#2521) by @antonpirker
Send events to Spotlight sidecar (#2524) by @HazAT
Run integration tests with newest
pytest
(#2518) by @sentrivanaBring tests up to date (#2512) by @sentrivana
Fix: Prevent global var from being discarded at shutdown (#2530) by @antonpirker
Fix: Scope transaction source not being updated in scope.span setter (#2519) by @sl0thentr0py
v1.36.0
Compare Source
Various fixes & improvements
RedisIntegration
is disabled, unlessredis
is installed (#2504) by @szokeasaurusrexv1.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 yousentry_sdk_init()
call. (See documentation for more information):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_in
s (#2500) by @antonpirkerCelery: Read timezone for Crons monitors from
celery_schedule
if existing (#2497) by @antonpirkerDjango: 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
connection_kwargs
inpatch_redis_client
(#2482) by @szokeasaurusrexv1.33.1
Compare Source
Various fixes & improvements
v1.33.0
Compare Source
Various fixes & improvements
error_sampler
option (#2456) by @szokeasaurusrexdebug
option also configurable via environment (#2450) by @antonpirkerget_dsn_parameters
is an actual function (#2441) by @sentrivanaredis
database spans (#2398) by @antonpirkerpath
patterns (#2452) by @sentrivanaConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.