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.2.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.3.1
Choose a head ref
  • 13 commits
  • 33 files changed
  • 5 contributors

Commits on May 21, 2024

  1. Merge branch 'release/2.2.1'

    getsentry-bot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7af75ce View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix(clickhouse): _sentry_span might be missing (#3096)

    We started auto-enabling the ClickHouse integration in 2.0+. This led to it getting auto-enabled also for folks using ClickHouse with Django via `django-clickhouse-backend`, but it turns out that the integration doesn't work properly with `django-clickhouse-backend` and leads to `AttributeError: 'Connection' object has no attribute '_sentry_span'`.
    sentrivana authored May 22, 2024
    Configuration menu
    Copy the full SHA
    38c14e9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fix cohere testsuite for new release of cohere. (#3098)

    * Check for new class to signal end of stream
    antonpirker authored May 23, 2024
    Configuration menu
    Copy the full SHA
    ec23396 View commit details
    Browse the repository at this point in the history
  2. Django caching instrumentation update (#3009)

    This adds more data to the cache spans and makes adding the cache item size optional.
    This implements parts of following spec https://develop.sentry.dev/sdk/performance/modules/cache/
    
    ---------
    
    Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
    antonpirker and szokeasaurusrex authored May 23, 2024
    Configuration menu
    Copy the full SHA
    30f72a3 View commit details
    Browse the repository at this point in the history
  3. Redis Cache Module - 1 - Prepare Code (#3073)

    Make the redis integration fit for sending Span data that is eligible for the Caches performance module in Sentry.
    
    ---------
    
    Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    3 people authored May 23, 2024
    Configuration menu
    Copy the full SHA
    121aa0e View commit details
    Browse the repository at this point in the history
  4. release: 2.3.0

    getsentry-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    88dd524 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    sentrivana authored May 23, 2024
    Configuration menu
    Copy the full SHA
    fadd277 View commit details
    Browse the repository at this point in the history
  6. Updated Changelog

    antonpirker committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4e74f91 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release/2.3.0'

    getsentry-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0983f74 View commit details
    Browse the repository at this point in the history
  8. Do not crash exceptiongroup (by patching excepthook and keeping the n…

    …ame of the function) (#3099)
    
    By patchinng sys.excepthook and retaining the original name, exceptiongroup is crashing. This is why I changed it to patch exceptgroup and have a new name for the patched function.
    antonpirker authored May 23, 2024
    Configuration menu
    Copy the full SHA
    45bf880 View commit details
    Browse the repository at this point in the history
  9. Handle also byte arras as strings (#3101)

    In some cases it can happen that the array of redis keys to get can be byte arrays and not string. Make sure we can deal with all kinds of keys, no matter if byte array or string.
    antonpirker authored May 23, 2024
    Configuration menu
    Copy the full SHA
    35e9bab View commit details
    Browse the repository at this point in the history
  10. release: 2.3.1

    getsentry-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f12712f View commit details
    Browse the repository at this point in the history
  11. Updated changelog

    antonpirker committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a0ea6a9 View commit details
    Browse the repository at this point in the history
Loading