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.6.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.7.1
Choose a head ref
  • 13 commits
  • 18 files changed
  • 5 contributors

Commits on Jun 22, 2022

  1. Merge branch 'release/1.6.0'

    getsentry-bot committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    784f38a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    7f53ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ce4194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8926abf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8f4eee View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

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

Commits on Jul 8, 2022

  1. feat(tracing): Dynamic Sampling Context / Baggage continuation (#1485)

    * `Baggage` class implementing sentry/third party/mutable logic with parsing from header and serialization
    * Parse incoming `baggage` header while starting transaction and store it on the transaction
    * Extract `dynamic_sampling_context` fields and add to the `trace` field in the envelope header while sending the transaction
    * Propagate the `baggage` header (only sentry fields / no third party as per spec)
    
    [DSC Spec](https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/)
    sl0thentr0py authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    52e80f0 View commit details
    Browse the repository at this point in the history
  2. release: 1.7.0

    getsentry-bot committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    485a659 View commit details
    Browse the repository at this point in the history
  3. Edit changelog

    sl0thentr0py committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    3fd8f12 View commit details
    Browse the repository at this point in the history
  4. Newline

    sl0thentr0py committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    21f25af View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Merge branch 'release/1.7.0'

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

Commits on Jul 13, 2022

  1. Skip malformed baggage items (#1491)

    We are seeing baggage headers coming in with a single comma. This is
    obviously invalid but Sentry should error out.
    robyoung authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e716097 View commit details
    Browse the repository at this point in the history
  2. release: 1.7.1

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