Skip to content

Commit d99bb79

Browse files
committed
release: 8.0.0-rc.3
1 parent 35af39a commit d99bb79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 8.0.0-rc.3
44

55
### Features
66

@@ -35,7 +35,7 @@
3535
- Close backpressure monitor on SDK shutdown ([#3998](https://github.com/getsentry/sentry-java/pull/3998))
3636
- Due to the backpressure monitor rescheduling a task to run every 10s, it very likely caused shutdown to wait the full `shutdownTimeoutMillis` (defaulting to 2s) instead of being able to terminate immediately
3737
- Improve ignored check performance ([#3992](https://github.com/getsentry/sentry-java/pull/3992))
38-
- Checking if a span origin, a transaction or a checkIn should be ignored is now faster
38+
- Checking if a span origin, a transaction or a checkIn should be ignored is now faster
3939

4040
## 8.0.0-rc.2
4141

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android.useAndroidX=true
1313
android.defaults.buildfeatures.buildconfig=true
1414

1515
# Release information
16-
versionName=8.0.0-rc.2
16+
versionName=8.0.0-rc.3
1717

1818
# Override the SDK name on native crashes on Android
1919
sentryAndroidSdkName=sentry.native.android

0 commit comments

Comments
 (0)