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: f15fb96
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: 0ea6e22
Choose a head ref
  • 12 commits
  • 21 files changed
  • 6 contributors

Commits on Aug 5, 2022

  1. Merge branch 'release/1.9.2'

    getsentry-bot committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a240248 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    89c800b View commit details
    Browse the repository at this point in the history
  2. release: 1.9.3

    getsentry-bot committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9fdb437 View commit details
    Browse the repository at this point in the history
  3. Handle no release when uploading profiles (#1548)

    * Handle no release when uploading profiles
    
    * Using get method instead of try block
    szokeasaurusrex authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    96ea71f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Merge branch 'release/1.9.3'

    getsentry-bot committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    976fff2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. feat(redis): Add instrumentation for redis pipeline (#1543)

    Add automatic instrumentation of redis pipelining for both redis and rediscluster.
    https://redis.io/docs/manual/pipelining/
    Note: This does not add instrumentation for StrictRedisCluster.
    jjbayer authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7a7f6d9 View commit details
    Browse the repository at this point in the history
  2. Remove TRANSACTION_SOURCE_UNKNOWN and default to CUSTOM (#1558)

    Fixes #1557 
    see getsentry/develop#667
    
    `unknown` is only supposed to be inferred by relay as a default and not
    set by any SDKs.
    Additionally, fix some of the other cases where start_transaction was
    begin called without a source in integrations.
    sl0thentr0py authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    cf9c2d8 View commit details
    Browse the repository at this point in the history
  3. release: 1.9.4

    getsentry-bot committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4e3b6d5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/1.9.4'

    getsentry-bot committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    272af6b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Fix side effects for parallel tests (#1554)

    * Fix parallel tests in older sanic versions 0.8 and 18
    * Fix rediscluster test side-effect by resetting integrations
    sl0thentr0py authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8588dbe View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. fix(redis): import redis pipeline using full path (#1565)

    * fix(redis): import rediscluster pipeline using full path
    * Capture rediscluster breakage in tox matrix
    
    Co-authored-by: Neel Shah <neelshah.sa@gmail.com>
    olksdr and sl0thentr0py authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    94f7502 View commit details
    Browse the repository at this point in the history
  2. release: 1.9.5

    getsentry-bot committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0ea6e22 View commit details
    Browse the repository at this point in the history
Loading