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.0
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.2.1
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on May 16, 2024

  1. Merge branch 'release/2.2.0'

    getsentry-bot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4bec867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b922f40 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. ref: Fix N803 flake8 failures

    Recently `flake8` started to fail with `N803` errors in some places where it had previously passed. This PR adds `# noqa` comments to suppress these errors.
    
    Unblocks #3079
    szokeasaurusrex committed May 17, 2024
    Configuration menu
    Copy the full SHA
    00111d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2440ddb View commit details
    Browse the repository at this point in the history
  3. ref(celery): Add comment about kwargs_headers

    This comment clarifies a potentially confusing part of the code.
    szokeasaurusrex committed May 17, 2024
    Configuration menu
    Copy the full SHA
    22df82d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eed9d48 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Updated deps for latest langchain version (#3092)

    * Updated deps and imports for latest langchain version
    antonpirker authored May 21, 2024
    Configuration menu
    Copy the full SHA
    69a3b29 View commit details
    Browse the repository at this point in the history
  2. Add conditional check for delivery_info's existence (#3083)

    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    cmanallen and antonpirker authored May 21, 2024
    Configuration menu
    Copy the full SHA
    167cef7 View commit details
    Browse the repository at this point in the history
  3. release: 2.2.1

    getsentry-bot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    514b9cf View commit details
    Browse the repository at this point in the history
  4. Updated changelog

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