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.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: 1.5.2
Choose a head ref
  • 9 commits
  • 18 files changed
  • 8 contributors

Commits on Dec 13, 2021

  1. Merge branch 'release/1.5.1'

    getsentry-bot committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    a3170d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

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

Commits on Dec 23, 2021

  1. meta(gha): Deploy action stale.yml (#1195)

    Co-authored-by: Vladan Paunovic <vladan.paunovic.bg@gmail.com>
    chadwhitacre and vladanpaunovic authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    412c44a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. feat(quart): Add a Quart integration (#1248)

    This is based on the Flask integration but includes background and websocket exceptions, and works with asgi.
    pgjones authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    2246620 View commit details
    Browse the repository at this point in the history
  2. feat(sanic): Sanic v21.12 support (#1292)

    * Set version check for v21.9 only
    * Upgrade tests for v21.12 compat
    * Add message to exception in tests
    
    Co-authored-by: Neel Shah <neelshah.sa@gmail.com>
    ahopkins and sl0thentr0py authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    7d739fa View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    5f2af2d View commit details
    Browse the repository at this point in the history
  2. feat(celery): Support Celery abstract tasks (#1287)

    Prior to this change, the Celery integration always instruments
    `task.run` and incorrectly instruments `task.__call__` (`task(...)` is
    equivalent to `type(task).__call__(...)`, not `task.__call__(...)`).
    After this change, we'll use the same logic as Celery to decide whether
    to instrument `task.__call__` or `task.run`. That change allows abstract
    tasks to catch/raise exceptions before the Sentry wrapper.
    johnzeringue authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    e971caf View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

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

Commits on Jan 10, 2022

  1. release: 1.5.2

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