-
Notifications
You must be signed in to change notification settings - Fork 552
Comparing changes
Open a pull request
base repository: getsentry/sentry-python
base: 1.34.0
head repository: getsentry/sentry-python
compare: 1.35.0
- 14 commits
- 74 files changed
- 11 contributors
Commits on Nov 2, 2023
-
getsentry-bot committed
Nov 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 52eb367 - Browse repository at this point
Copy the full SHA 52eb367View commit details
Commits on Nov 6, 2023
-
Use Python 3.12 in CI where possible (#2488)
Run workflow steps (lint, build, etc.) on Python 3.12 and test integrations on Python 3.12 if the library/framework supports it.
Configuration menu - View commit details
-
Copy full SHA for c5b915d - Browse repository at this point
Copy the full SHA c5b915dView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8154be - Browse repository at this point
Copy the full SHA c8154beView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1bbc9a - Browse repository at this point
Copy the full SHA a1bbc9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4643e32 - Browse repository at this point
Copy the full SHA 4643e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb232e - Browse repository at this point
Copy the full SHA 2cb232eView commit details -
gRPC integration and aio interceptors (#2369)
Automatically add client and server interceptors to gRPC calls. Make it work with async gRPC servers and async gRPC client channels. --------- Co-authored-by: ali.sorouramini <ali.sorouramini@gmail.com> Co-authored-by: Anton Pirker <anton.pirker@sentry.io> Co-authored-by: Anton Pirker <anton@ignaz.at>
Configuration menu - View commit details
-
Copy full SHA for 76af9d2 - Browse repository at this point
Copy the full SHA 76af9d2View commit details -
feat(metrics): Unify datetime format (#2409)
This somewhat unifies the APIs with regards to timestamps. The span system uses datetime objects, this now also permits these values in metrics and vice versa.* feat(metrics): Allow metrics emission for spans --------- Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 36c2650 - Browse repository at this point
Copy the full SHA 36c2650View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 522abef - Browse repository at this point
Copy the full SHA 522abefView commit details -
Make reading the request body work in Django ASGI apps. (#2495)
Handle request body in ASGI based Django apps. Starting with Django 4.1 the stream representing the request body is closed immediately preventing us from reading it. This fix reads the request body early on, so it is cached by Django and can be then read by our integration to add to the events sent to Sentry. --------- Co-authored by Daniel Szoke <daniel.szoke@sentry.io> Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 35d86b6 - Browse repository at this point
Copy the full SHA 35d86b6View commit details
Commits on Nov 13, 2023
-
Set correct data in
check_in
s (#2500)Made sure that only relevant data is added to check_ins and breadcrumbs, and other things are not sent with checkins, because checkins have a strict size limit.
Configuration menu - View commit details
-
Copy full SHA for 338acda - Browse repository at this point
Copy the full SHA 338acdaView commit details -
Replace deprecated datetime functions (#2502)
`datetime.utcfromtimestamp` and `datetime.utcnow` are deprecated in Python 3.12.
Configuration menu - View commit details
-
Copy full SHA for 9cae5f2 - Browse repository at this point
Copy the full SHA 9cae5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b48848 - Browse repository at this point
Copy the full SHA 7b48848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e72ef8 - Browse repository at this point
Copy the full SHA 1e72ef8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.34.0...1.35.0