Thanks to visit codestin.com
Credit goes to github.com

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.31.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.32.0
Choose a head ref
  • 11 commits
  • 17 files changed
  • 9 contributors

Commits on Jun 24, 2025

  1. Configuration menu
    Copy the full SHA
    8b6e5ad View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/2.31.0'

    getsentry-bot committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    65d31af View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. fix(Litestar): Apply failed_request_status_codes to exceptions rais…

    …ed in middleware (#4074)
    
    This is a fix for #4021: exceptions raised in middleware were sent
    without taking into account `failed_request_status_codes` value.
    
    See the test case for an example.
    
    ---------
    
    Co-authored-by: Anton Pirker <[email protected]>
    Co-authored-by: Daniel Szoke <[email protected]>
    3 people authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    dae0218 View commit details
    Browse the repository at this point in the history
  2. fix(langchain): Ensure no duplicate SentryLangchainCallback (#4485)

    Ensure that `SentryLangchainCallback` does not get added twice by also
    checking the `inheritable_callbacks`
    
    Fixes #4443
    szokeasaurusrex authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    0a2d858 View commit details
    Browse the repository at this point in the history
  3. fix(langchain): Make span_map an instance variable (#4476)

    `span_map` should be an instance variable; otherwise, separate instances
    of the `SentryLangchainCallback` share the same `span_map` object, which
    is clearly not intended here.
    
    Also, remove the `max_span_map_size` class variable, it is always set on
    the instance, and so not needed.
    
    Ref #4443
    
    Co-authored-by: Cursor Agent <[email protected]>
    szokeasaurusrex and cursoragent authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    7804260 View commit details
    Browse the repository at this point in the history
  4. fix(integrations/ray): Correctly pass keyword arguments to ray.remote…

    … function (#4430)
    
    Monkey-patched implementation was passing the provided keyword arguments
    incorrectly due to a typo - "*kwargs" was used instead of "**kwargs"
    twice.
    
    Fixed integration started hitting an assert in the Ray codebase that
    requires for users to use "@ray.remote" decorator either with no
    arguments and no parentheses, or with some of the arguments provided.
    
    An additional wrapper function was added to support both scenarios.
    
    ---------
    
    Co-authored-by: Ivana Kellyer <[email protected]>
    svartalf and sentrivana authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    ab2e3f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

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

    getsentry-bot committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    bca8816 View commit details
    Browse the repository at this point in the history
  3. updated changelog

    antonpirker committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    c815a32 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Pin zope.event (#4531)

    zope.event [released](https://pypi.org/project/zope.event/#history) a
    new version recently that broke our gevent ci
    sentrivana authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    2634a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b022dc View commit details
    Browse the repository at this point in the history
Loading