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: 1.39.2
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.40.0
Choose a head ref
  • 12 commits
  • 38 files changed
  • 7 contributors

Commits on Jan 10, 2024

  1. Merge branch 'release/1.39.2'

    getsentry-bot committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    61a4621 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. build(deps): bump checkouts/data-schemas from e9f7d58 to aa7058c (#…

    …2639)
    
    Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `e9f7d58` to `aa7058c`.
    - [Commits](getsentry/sentry-data-schemas@e9f7d58...aa7058c)
    
    ---
    updated-dependencies:
    - dependency-name: checkouts/data-schemas
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fe1f01b View commit details
    Browse the repository at this point in the history
  2. ref(api): Improve sentry_sdk.trace type hints (#2633)

    Type hints for sentry_sdk.trace decorator function now indicate that the decorator returns a function with the same signature as it was called with. Previously, the type hints indicated that the decorator could return Any, which caused users to lose type hints for decorated functions.
    
    * Improve `sentry_sdk.trace` type hints
    
    * Add overloads for None case
    
    * Fix typing when `trace` called with `None`
    
    Fixes GH-2460
    szokeasaurusrex authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2f05ccb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Moved redis related tests to databases (#2674)

    * Moved redis related tests to databases
    ---------
    
    Co-authored-by: Ivana Kellyerova <[email protected]>
    antonpirker and sentrivana authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fb03f7c View commit details
    Browse the repository at this point in the history
  2. Cleaning up existing code to prepare for new Scopes API (#2611)

    This cleans up existing code and reorganizes it to have a clean foundation for the refactoring the Hub and Scopes. It moves functionality away from the Hub into the Scope respectively the Client.
    antonpirker authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ed3ac88 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    1a9225c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    704d259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e373e35 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

    getsentry-bot committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    371cf44 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    sentrivana authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    33f65e0 View commit details
    Browse the repository at this point in the history
Loading