Skip to content
Permalink

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
Choose a base ref
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.24.1
Choose a head ref
  • 11 commits
  • 17 files changed
  • 9 contributors

Commits on Mar 21, 2025

  1. meta: Add CODEOWNERS (#4182)

    Ref #4183
    sentrivana authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    c295047 View commit details
    Browse the repository at this point in the history
  2. ci: Move mypy config into pyproject.toml (#4181)

    First step to consolidate configuration into `pyproject.toml`.
    
    ---------
    
    Co-authored-by: Daniel Szoke <[email protected]>
    antonpirker and szokeasaurusrex authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    8ad0d01 View commit details
    Browse the repository at this point in the history
  3. 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.
    viglia authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    ce9d784 View commit details
    Browse the repository at this point in the history
  4. ci: Move pytest config into pyproject.toml (#4184)

    Consolidate configuration into `pyproject.toml`.
    antonpirker authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    aefa34d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/2.24.0'

    getsentry-bot committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    b7f4a96 View commit details
    Browse the repository at this point in the history
  6. ci: Move flake8 config into pyproject.toml (#4185)

    Consolidate configuration into `pyproject.toml`.
    antonpirker authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    f8ec572 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. 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
    orhanhenrik authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    4fbcbf0 View commit details
    Browse the repository at this point in the history
  2. 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.
    BYK authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    fafe8f6 View commit details
    Browse the repository at this point in the history
  3. 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 />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/create-github-app-token&package-manager=github_actions&previous-version=1.11.6&new-version=1.11.7)](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>
    dependabot[bot] authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    2d8ae87 View commit details
    Browse the repository at this point in the history
  4. release: 2.24.1

    getsentry-bot committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    44238c5 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    sentrivana authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    f60cc78 View commit details
    Browse the repository at this point in the history
Loading