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.43.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: 1.44.0
Choose a head ref
  • 7 commits
  • 31 files changed
  • 7 contributors

Commits on Mar 20, 2024

  1. Merge branch 'release/1.43.0'

    getsentry-bot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    500e087 View commit details
    Browse the repository at this point in the history
  2. feat(profiling): Add thread data to spans (#2843)

    As per getsentry/rfc#75, this adds the thread data to the spans. This will be
    needed for the continuous profiling mode in #2830.
    Zylphrex authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    48d7767 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. build(deps): bump checkouts/data-schemas from 8232f17 to 1e17eb5 (#…

    …2901)
    
    Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `8232f17` to `1e17eb5`.
    - [Commits](getsentry/sentry-data-schemas@8232f17...1e17eb5)
    
    ---
    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 Mar 25, 2024
    Configuration menu
    Copy the full SHA
    05d1e5c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Explicit reexport of types (#2866) (#2913)

    Explicitly reexport types to make strict mypy setups happy. This backports #2866 to 1.x.
    
    Fixes GH-2910
    
    Co-authored-by: Anton Pirker <[email protected]>
    szokeasaurusrex and antonpirker authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    790ee6a View commit details
    Browse the repository at this point in the history
  2. ref: Define types at runtime (#2914)

    Set types in sentry_sdk.types to None at runtime. This allows the types to be imported from outside if TYPE_CHECKING guards.
    
    Fixes GH-2909
    
    Co-authored-by: Anton Pirker <[email protected]>
    Co-authored-by: anthony sottile <[email protected]>
    3 people authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6c2eb53 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. release: 1.44.0

    getsentry-bot committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a4e44fa View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    szokeasaurusrex authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4d8db71 View commit details
    Browse the repository at this point in the history
Loading