-
Notifications
You must be signed in to change notification settings - Fork 602
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 18 files changed
- 8 contributors
Commits on Dec 13, 2021
-
getsentry-bot committed
Dec 13, 2021 Configuration menu - View commit details
-
Copy full SHA for a3170d9 - Browse repository at this point
Copy the full SHA a3170d9View commit details
Commits on Dec 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c64a1a4 - Browse repository at this point
Copy the full SHA c64a1a4View commit details
Commits on Dec 23, 2021
-
meta(gha): Deploy action stale.yml (#1195)
Co-authored-by: Vladan Paunovic <vladan.paunovic.bg@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 412c44a - Browse repository at this point
Copy the full SHA 412c44aView commit details
Commits on Jan 3, 2022
-
feat(quart): Add a Quart integration (#1248)
This is based on the Flask integration but includes background and websocket exceptions, and works with asgi.
Configuration menu - View commit details
-
Copy full SHA for 2246620 - Browse repository at this point
Copy the full SHA 2246620View commit details -
feat(sanic): Sanic v21.12 support (#1292)
* Set version check for v21.9 only * Upgrade tests for v21.12 compat * Add message to exception in tests Co-authored-by: Neel Shah <neelshah.sa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7d739fa - Browse repository at this point
Copy the full SHA 7d739faView commit details
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f2af2d - Browse repository at this point
Copy the full SHA 5f2af2dView commit details -
feat(celery): Support Celery abstract tasks (#1287)
Prior to this change, the Celery integration always instruments `task.run` and incorrectly instruments `task.__call__` (`task(...)` is equivalent to `type(task).__call__(...)`, not `task.__call__(...)`). After this change, we'll use the same logic as Celery to decide whether to instrument `task.__call__` or `task.run`. That change allows abstract tasks to catch/raise exceptions before the Sentry wrapper.
Configuration menu - View commit details
-
Copy full SHA for e971caf - Browse repository at this point
Copy the full SHA e971cafView commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d97cc47 - Browse repository at this point
Copy the full SHA d97cc47View commit details
Commits on Jan 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 65786fd - Browse repository at this point
Copy the full SHA 65786fdView commit details
Loading
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.5.1...1.5.2