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: 1.9.3
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: 1.9.6
Choose a head ref
  • 14 commits
  • 28 files changed
  • 8 contributors

Commits on Aug 8, 2022

  1. 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 <[email protected]>
    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
  3. Merge branch 'release/1.9.5'

    getsentry-bot committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    075711f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3bd629 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Add more version constraints (#1574)

    For some reason, poetry will run the solver at least twice if python version are above 3.6, each with a different constraint for urllib3. This add a significant slowdown on our end in some project.
    isra17 authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    fa4f5b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Auto-enable Starlette and FastAPI (#1533)

    * Auto enable Starlette/FastAPI
    * Raise error when SentryASGIMIddleware is used manually in combination with Starlette/FastAPI. If you use Starlette/FastAPI you do not need to use SentryASGIMIddleware anymore, the SDK is setting up everything automatically.
    * Fixed Starlette/FastAPI tests.
    * Deactivated ASGI middleware tests, because they need to be rewritten without Starlette.
    antonpirker authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1f9f999 View commit details
    Browse the repository at this point in the history
  2. release: 1.9.6

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