-
Notifications
You must be signed in to change notification settings - Fork 550
Comparing changes
Open a pull request
base repository: getsentry/sentry-python
base: 2.24.0
head repository: getsentry/sentry-python
compare: 2.24.1
- 11 commits
- 17 files changed
- 9 contributors
Commits on Mar 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c295047 - Browse repository at this point
Copy the full SHA c295047View commit details -
ci: Move
mypy
config intopyproject.toml
(#4181)First step to consolidate configuration into `pyproject.toml`. --------- Co-authored-by: Daniel Szoke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ad0d01 - Browse repository at this point
Copy the full SHA 8ad0d01View commit details -
feat(profiling): add platform header to the chunk item-type in the en…
…velope (#4178) We need to send the platform as part of the headers in the chunk item-type as this is the header that relay is checking to manage rate limiting.
Configuration menu - View commit details
-
Copy full SHA for ce9d784 - Browse repository at this point
Copy the full SHA ce9d784View commit details -
ci: Move
pytest
config intopyproject.toml
(#4184)Consolidate configuration into `pyproject.toml`.
Configuration menu - View commit details
-
Copy full SHA for aefa34d - Browse repository at this point
Copy the full SHA aefa34dView commit details -
getsentry-bot committed
Mar 21, 2025 Configuration menu - View commit details
-
Copy full SHA for b7f4a96 - Browse repository at this point
Copy the full SHA b7f4a96View commit details -
ci: Move
flake8
config intopyproject.toml
(#4185)Consolidate configuration into `pyproject.toml`.
Configuration menu - View commit details
-
Copy full SHA for f8ec572 - Browse repository at this point
Copy the full SHA f8ec572View commit details
Commits on Mar 24, 2025
-
Broader except in django parsed_body (#4189)
We are seeing internal errors in the Sentry SDK if `self.request.data` fails. Specifically, it recently failed with `rest_framework.exceptions.UnsupportedMediaType: Unsupported media type "" in request.`. This exception should not prevent sentry from reporting the original error. Similar to a previous fix I made #4001
Configuration menu - View commit details
-
Copy full SHA for 4fbcbf0 - Browse repository at this point
Copy the full SHA 4fbcbf0View commit details -
fix: Always set _spotlight_url (#4186)
The conditional early exit in `SpotlightMiddleware` may cause attribute access errors when trying to check if `_spotlight_url` is set or not. This patch sets it to `None` explicitly at class level.
Configuration menu - View commit details
-
Copy full SHA for fafe8f6 - Browse repository at this point
Copy the full SHA fafe8f6View commit details -
build(deps): bump actions/create-github-app-token from 1.11.6 to 1.11…
….7 (#4188) Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.6 to 1.11.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/create-github-app-token/releases">actions/create-github-app-token's releases</a>.</em></p> <blockquote> <h2>v1.11.7</h2> <h2><a href="https://github.com/actions/create-github-app-token/compare/v1.11.6...v1.11.7">1.11.7</a> (2025-03-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump undici from 5.28.4 to 7.5.0 (<a href="https://redirect.github.com/actions/create-github-app-token/issues/214">#214</a>) (<a href="https://github.com/actions/create-github-app-token/commit/a24b46a4626bf0f67abb297b82d863218920d5e2">a24b46a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/create-github-app-token/commit/af35edadc00be37caa72ed9f3e6d5f7801bfdf09"><code>af35eda</code></a> build(release): 1.11.7 [skip ci]</li> <li><a href="https://github.com/actions/create-github-app-token/commit/a24b46a4626bf0f67abb297b82d863218920d5e2"><code>a24b46a</code></a> fix(deps): bump undici from 5.28.4 to 7.5.0 (<a href="https://redirect.github.com/actions/create-github-app-token/issues/214">#214</a>)</li> <li>See full diff in <a href="https://github.com/actions/create-github-app-token/compare/21cfef2b496dd8ef5b904c159339626a10ad380e...af35edadc00be37caa72ed9f3e6d5f7801bfdf09">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d8ae87 - Browse repository at this point
Copy the full SHA 2d8ae87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44238c5 - Browse repository at this point
Copy the full SHA 44238c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f60cc78 - Browse repository at this point
Copy the full SHA f60cc78View 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 2.24.0...2.24.1