Skip to content

Commit 382a495

Browse files
cleptrictonyo
andauthored
Prepare 0.25.0 (#728)
Co-authored-by: Anton Ovchinnikov <[email protected]>
1 parent 2a76348 commit 382a495

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.25.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.25.0.
6+
7+
### Deprecations
8+
9+
As previously announced, this release removes two global constants from the SDK.
10+
11+
- `sentry.Version` was removed. Use `sentry.SDKVersion` instead ([#727](https://github.com/getsentry/sentry-go/pull/727))
12+
- `sentry.SDKIdentifier` was removed. Use `Client.GetSDKIdentifier()` instead ([#727](https://github.com/getsentry/sentry-go/pull/727))
13+
14+
### Features
15+
16+
- Add `ClientOptions.IgnoreTransactions`, which allows you to ignore specific transactions based on their name ([#717](https://github.com/getsentry/sentry-go/pull/717))
17+
- Add `ClientOptions.Tags`, which allows you to set global tags that are applied to all events. You can also define tags by setting `SENTRY_TAGS_` environment variables ([#718](https://github.com/getsentry/sentry-go/pull/718))
418

519
### Bug fixes
620

7-
- Fix an infinite loop in the profiler if a transaction's duration is longer than 30 seconds ([#725](https://github.com/getsentry/sentry-go/pull/725))
21+
- Fix an issue in the profiler that would cause an infinite loop if the duration of a transaction is longer than 30 seconds ([#724](https://github.com/getsentry/sentry-go/issues/724))
22+
23+
### Misc
24+
25+
- `dsn.RequestHeaders()` is not to be removed, though it is still considered deprecated and should only be used when using a custom transport that sends events to the `/store` endpoint ([#720](https://github.com/getsentry/sentry-go/pull/720))
826

927
## 0.24.1
1028

0 commit comments

Comments
 (0)