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: 399c344
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: eba2763
Choose a head ref
  • 5 commits
  • 23 files changed
  • 6 contributors

Commits on Nov 5, 2024

  1. build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#3691)

    * build(deps): bump actions/checkout from 4.2.1 to 4.2.2
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.2.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ivana Kellyer <ivana.kellyer@sentry.io>
    dependabot[bot] and sentrivana authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e28dcf6 View commit details
    Browse the repository at this point in the history
  2. feat(spotlight): Add info logs when Sentry is enabled (#3735)

    This came as user feedback (getsentry/spotlight#543). Intentionally not making this part of Sentry logging as I think if one is enabling Spotlight, they should be seeing this in their logs, regardless of their SENTRY_DEBUG setting, which tends to be noisy.
    BYK authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    24e5359 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. Handle parameter stack_info for the LoggingIntegration

    Add capability for the logging integration to use the parameter 'stack_info' (added in Python 3.2). When set to True the stack trace will be retrieved and properly handled.
    
    Fixes #2804
    gmcrocetti authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    200d0cd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. ref(init): Deprecate sentry_sdk.init context manager

    It is possible to use the return value of `sentry_sdk.init` as a context manager; however, this functionality has not been maintained for a long time, and it does not seem to be documented anywhere.
    
    So, we are deprecating this functionality, and we will remove it in the next major release.
    
    Closes #3282
    szokeasaurusrex committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    eba2763 View commit details
    Browse the repository at this point in the history
Loading