Skip to content

Commit

Permalink
release: 8.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 20, 2024
1 parent 35af39a commit d99bb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 8.0.0-rc.3

### Features

Expand Down Expand Up @@ -35,7 +35,7 @@
- Close backpressure monitor on SDK shutdown ([#3998](https://github.com/getsentry/sentry-java/pull/3998))
- 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
- Improve ignored check performance ([#3992](https://github.com/getsentry/sentry-java/pull/3992))
- Checking if a span origin, a transaction or a checkIn should be ignored is now faster
- Checking if a span origin, a transaction or a checkIn should be ignored is now faster

## 8.0.0-rc.2

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true

# Release information
versionName=8.0.0-rc.2
versionName=8.0.0-rc.3

# Override the SDK name on native crashes on Android
sentryAndroidSdkName=sentry.native.android
Expand Down

0 comments on commit d99bb79

Please sign in to comment.