-
Notifications
You must be signed in to change notification settings - Fork 242
Comparing changes
Open a pull request
base repository: getsentry/sentry-go
base: v0.20.0
head repository: getsentry/sentry-go
compare: v0.21.0
- 16 commits
- 26 files changed
- 6 contributors
Commits on Mar 31, 2023
-
getsentry-bot committed
Mar 31, 2023 Configuration menu - View commit details
-
Copy full SHA for fa1d04f - Browse repository at this point
Copy the full SHA fa1d04fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 231d5f0 - Browse repository at this point
Copy the full SHA 231d5f0View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 87bfb0b - Browse repository at this point
Copy the full SHA 87bfb0bView commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12a5ed1 - Browse repository at this point
Copy the full SHA 12a5ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7c935 - Browse repository at this point
Copy the full SHA 0d7c935View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ee30222 - Browse repository at this point
Copy the full SHA ee30222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c4f1c1 - Browse repository at this point
Copy the full SHA 2c4f1c1View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f9f913 - Browse repository at this point
Copy the full SHA 9f9f913View commit details -
fix(tracing): Add WithTransactionSource() span option, deprecate Tran…
…sctionSource() (#611)
Configuration menu - View commit details
-
Copy full SHA for e70db81 - Browse repository at this point
Copy the full SHA e70db81View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb22fb5 - Browse repository at this point
Copy the full SHA eb22fb5View commit details
Commits on May 2, 2023
-
feat: Export client.EventFromMessage, client.EventFromException, and …
…event.SetException (#607) Co-authored-by: Kevin Snyder <[email protected]> Co-authored-by: Anton Ovchinnikov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb7fca9 - Browse repository at this point
Copy the full SHA eb7fca9View commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7478f0 - Browse repository at this point
Copy the full SHA f7478f0View commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 94e8e06 - Browse repository at this point
Copy the full SHA 94e8e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce90464 - Browse repository at this point
Copy the full SHA ce90464View commit details -
doc: Prepare 0.21.0 release (#634)
Co-authored-by: Michael Hoffmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0288dec - Browse repository at this point
Copy the full SHA 0288decView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2639f6 - Browse repository at this point
Copy the full SHA b2639f6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.20.0...v0.21.0