-
Notifications
You must be signed in to change notification settings - Fork 530
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: 2.24.0
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: 2.24.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 17 files changed
- 9 contributors
Commits on Mar 21, 2025
-
Ref #4183
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 <7881302+szokeasaurusrex@users.noreply.github.com>
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 Loading Loading status checks…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] <support@github.com> 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
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.