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.5.2
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.5.4
Choose a head ref
  • 12 commits
  • 15 files changed
  • 7 contributors

Commits on Jan 10, 2022

  1. Merge branch 'release/1.5.2'

    getsentry-bot committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    4e346ac View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    f92e970 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. feat(django): Pick custom urlconf up from request if any (#1308)

    Django middlewares sometimes can override `request.urlconf` which we also need to respect in our transaction name resolving.
    This fixes an issue (WEB-530) with a customer using `django-tenants` where all their transactions were named `Generic WSGI request` due to the default url resolution failing.
    sl0thentr0py authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    20f0a76 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

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

    getsentry-bot committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    95a8e50 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/1.5.3'

    getsentry-bot committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    6d89f4f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. fix(python): Capture only 5xx HTTP errors in Falcon Integration (#1314)

    * Only catch errors that lead to a HTTP 5xx
    
    * Write code that is actually somehow typed and can be linted.
    
    Co-authored-by: sentry-bot <markus+ghbot@sentry.io>
    antonpirker and sentry-bot authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    bebd815 View commit details
    Browse the repository at this point in the history
  2. build(tests): Python 3.10 support (#1309)

    Adding Python 3.10 to our test suite
    
    Refs GH-1273
    
    * Do not test Flask 0.11 and 0.12 in Python 3.10
    
    * fix(python): Capture only 5xx HTTP errors in Falcon Integration (#1314)
    
    * Write code that is actually somehow typed and can be linted.
    
    * Updated test matrix for Tornado and Asgi
    antonpirker authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    639c941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dc2deb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    b9bef62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3c44bd View commit details
    Browse the repository at this point in the history
  3. release: 1.5.4

    getsentry-bot committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    817c6df View commit details
    Browse the repository at this point in the history
Loading