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-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: getsentry/sentry-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.0
Choose a head ref
  • 16 commits
  • 26 files changed
  • 6 contributors

Commits on Mar 31, 2023

  1. Merge branch 'release/0.20.0'

    getsentry-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fa1d04f View commit details
    Browse the repository at this point in the history
  2. doc: Update attributions for vendored "baggage" (#614)

    "internal/otel/baggage" package was initially vendored from
    opentelemetry-go, and then later we made some updates to it.
    According to our new attribution policy, adding some links to the
    original files.
    
    Ref getsentry/team-webplatform-meta#42, getsentry/team-ospo#120
    tonyo authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    231d5f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    12a5ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7c935 View commit details
    Browse the repository at this point in the history
  3. fix(tracing): Protect from concurrent reads/writes to Span Tags, Cont…

    …exts, Data (#609)
    
    Span.SetTag(), Span.SetData(), Span.SetContext(), and Span.toEvent() read and
    write to underlying Span.Tags, Span.Data, and Span.contexts maps,
    which might read to panics if the operations are not synchronized.
    
    This PR adds a mutex that makes sure that those methods are not executed
    in parallel.
    tonyo authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ee30222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c4f1c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    9f9f913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e70db81 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

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

Commits on May 2, 2023

  1. feat: Export client.EventFromMessage, client.EventFromException, and …

    …event.SetException (#607)
    
    Co-authored-by: Kevin Snyder <[email protected]>
    Co-authored-by: Anton Ovchinnikov <[email protected]>
    3 people authored May 2, 2023
    Configuration menu
    Copy the full SHA
    eb7fca9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

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

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    94e8e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce90464 View commit details
    Browse the repository at this point in the history
  3. doc: Prepare 0.21.0 release (#634)

    Co-authored-by: Michael Hoffmann <[email protected]>
    tonyo and cleptric authored May 8, 2023
    Configuration menu
    Copy the full SHA
    0288dec View commit details
    Browse the repository at this point in the history
  4. release: 0.21.0

    getsentry-bot committed May 8, 2023
    Configuration menu
    Copy the full SHA
    b2639f6 View commit details
    Browse the repository at this point in the history
Loading