Skip to content

Commit 79f9cbe

Browse files
authored
Prepare 0.34.1 (#1052)
1 parent 2668331 commit 79f9cbe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.34.1
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.34.1.
6+
7+
### Bug Fixes
8+
9+
- Allow flush to be used multiple times without issues, particularly for the batch logger ([#1051](https://github.com/getsentry/sentry-go/pull/1051))
10+
- Fix race condition in `Scope.GetSpan()` method by adding proper mutex locking ([#1044](https://github.com/getsentry/sentry-go/pull/1044))
11+
- Guard transport on `Close()` to prevent panic when called multiple times ([#1044](https://github.com/getsentry/sentry-go/pull/1044))
12+
313
## 0.34.0
414

515
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.34.0.

0 commit comments

Comments
 (0)