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: 5722425
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: 39b3770
Choose a head ref
  • 8 commits
  • 30 files changed
  • 5 contributors

Commits on May 17, 2023

  1. Merge branch 'release/1.23.1'

    getsentry-bot committed May 17, 2023
    Configuration menu
    Copy the full SHA
    565567f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Prefer importlib.metadata over pkg_resources if available (#2081)

    * Prefer importlib.metadata over pkg_resources if available
    
    
    ---------
    
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    Co-authored-by: Antoni Szych <antoni.szych@rtbhouse.com>
    3 people authored May 22, 2023
    Configuration menu
    Copy the full SHA
    8c24d33 View commit details
    Browse the repository at this point in the history
  2. Work with a copy of request, vars in the event (#2125)

    * Work with a copy of request, vars in the event
    
    In some cases we were attaching parts of the original request to the event with live references on them and
    ending up modifying the underlying headers or request data when we scrubbed the event. Now we make sure to only attach a copy of the request to the event. We also do the same for frame vars.
    sentrivana authored May 22, 2023
    Configuration menu
    Copy the full SHA
    443b7b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d9effe View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Add support for ExceptionGroups (#2025)

    With Python 3.11 ExceptionGroups was introduced. This adds support for catching them and displaying them in a meaningful way.
    
    See also the related RFC: https://github.com/getsentry/rfcs/blob/main/text/0079-exception-groups.md
    antonpirker authored May 23, 2023
    Configuration menu
    Copy the full SHA
    5564011 View commit details
    Browse the repository at this point in the history
  2. Pinned version of dependency that broke the build (#2133)

    * Pinned version of dependency that broke the build
    antonpirker authored May 23, 2023
    Configuration menu
    Copy the full SHA
    4bffa98 View commit details
    Browse the repository at this point in the history
  3. release: 1.24.0

    getsentry-bot committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c6a8be7 View commit details
    Browse the repository at this point in the history
  4. Updated changelog

    antonpirker committed May 23, 2023
    Configuration menu
    Copy the full SHA
    39b3770 View commit details
    Browse the repository at this point in the history
Loading