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.7.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.8.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 6 contributors

Commits on Jul 15, 2022

  1. Merge branch 'release/1.7.2'

    getsentry-bot committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    9c7af39 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    00590ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c57daaa View commit details
    Browse the repository at this point in the history
  3. fix: avoid sending empty Baggage header (#1507)

    According to W3C Working Draft spec, the Baggage header must contain at least one value, an empty value is invalid.
    
    Co-authored-by: Neel Shah <[email protected]>
    intgr and sl0thentr0py authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    bd48df2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. feat(starlette): add Starlette integration (#1441)

    Adds integrations for Starlette and FastAPI. The majority of functionaly is in the Starlette integration. The FastAPI integration is just setting transaction names because those are handled differently in Starlette and FastAPI.
    sl0thentr0py authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    fabba69 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Update to FastAPI (#1513)

    * Fixed FastAPI naming.
    * Made ignoring imports in mypy more explicit.
    antonpirker authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    11f3eb1 View commit details
    Browse the repository at this point in the history
  2. release: 1.8.0

    getsentry-bot committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e5fea3b View commit details
    Browse the repository at this point in the history
  3. Added usage

    Some code snippets on how to use the new integrations.
    antonpirker authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6aecffd View commit details
    Browse the repository at this point in the history
Loading