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.3.1
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.4.0
Choose a head ref
  • 11 commits
  • 23 files changed
  • 9 contributors

Commits on May 23, 2024

  1. Merge branch 'release/2.3.1'

    getsentry-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    651f84d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix(django): Proper transaction names for i18n routes (#3104)

    `pattern.pattern._route` for i18n'd Django routes is a proxy object rather than a string. This causes an exception in the resolver, leading to the transaction not getting a proper name but rather falling back to the default `Generic WSGI request`.
    
    The string representation of the proxy object is the actual desired endpoint route, so let's use that.
    sentrivana authored May 27, 2024
    Configuration menu
    Copy the full SHA
    b496a71 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add None check for grpc.aio interceptor (#3109)

    ---------
    
    Co-authored-by: Neel Shah <neelshah.sa@gmail.com>
    ordinary-jamie and sl0thentr0py authored May 29, 2024
    Configuration menu
    Copy the full SHA
    84775a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    4e2af01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80cad1 View commit details
    Browse the repository at this point in the history
  3. fix(scope): Copy _last_event_id in Scope.__copy__

    Fixes GH-3113
    
    Co-authored-by: Adam Johnson <me@adamj.eu>
    szokeasaurusrex and adamchainz committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ad237dc View commit details
    Browse the repository at this point in the history
  4. build(deps): bump checkouts/data-schemas from 4381a97 to 59f9683 (#…

    …3066)
    
    Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `4381a97` to `59f9683`.
    - [Commits](getsentry/sentry-data-schemas@4381a97...59f9683)
    
    ---
    updated-dependencies:
    - dependency-name: checkouts/data-schemas
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    3 people authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    14f68ac View commit details
    Browse the repository at this point in the history
  5. docs: Remove last_event_id from migration guide

    Since we reintroduced `last_event_id` in 2.2.0, we should remove it from the migration guide.
    
    Fixes GH-3118
    szokeasaurusrex committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bb918fb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Made cache.key span data field a list (#3110)

    * Made cache.key span data field a list
    
    ---------
    
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    antonpirker and sentrivana authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    651c3b2 View commit details
    Browse the repository at this point in the history
  2. release: 2.4.0

    getsentry-bot committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4520359 View commit details
    Browse the repository at this point in the history
  3. Updated changelog

    antonpirker committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    505a491 View commit details
    Browse the repository at this point in the history
Loading