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.8.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.9.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 21, 2022

  1. Merge branch 'release/1.8.0'

    getsentry-bot committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    90b7f1b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Fixed problem with broken response and python-multipart (#1516)

    * Fixed problem with broken response when only FastApiIntegration() is enabled.
    * Fixed problem when python-multipart is not installed
    antonpirker authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    9857bc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. feat(profiler): Add experimental profiler under experiments.enable_pr…

    …ofiling
    
    * Works with single threaded servers for now
    * No-ops for multi-threaded servers when `signal.signal` fails on a non-main thread
      see https://docs.python.org/3/library/signal.html#signal.signal
    szokeasaurusrex authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f9ad69c View commit details
    Browse the repository at this point in the history
  2. release: 1.9.0

    getsentry-bot committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    1cf1bbb View commit details
    Browse the repository at this point in the history
Loading