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: 4d8db71
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: f015268
Choose a head ref
  • 5 commits
  • 12 files changed
  • 4 contributors

Commits on Mar 28, 2024

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

    getsentry-bot committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fd8a9b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix(types): Fixed Event | None runtime TypeError (#2928)

    Change Event's runtime value to typing.Any, since the previous value of None caused the expression Event | None to result in a TypeError at runtime, even when the Event | None expression was used as a type hint. Also, add a test to make sure we don't reintroduce this bug.
    
    Fixes GH-2926
    szokeasaurusrex authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    336f7d5 View commit details
    Browse the repository at this point in the history
  2. release: 1.44.1

    getsentry-bot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    be0e196 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Update CHANGELOG.md

    sentrivana authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f015268 View commit details
    Browse the repository at this point in the history
Loading