Skip to content

Commit 0da1a77

Browse files
committed
chore: 5.0.0-beta.3
1 parent 93f3c22 commit 0da1a77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# Unreleased
1+
# 5.0.0-beta.3
22

33
* Fix: handling immutable collections on SentryEvent and protocol objects (#1468)
44
* Fix: associate event with transaction when thrown exception is not a direct cause (#1463)
5+
* Ref: nullability annotations to Sentry module (#1439) and (#1462)
6+
* Fix: NPE when adding Context Data with null values for log4j2 (#1465)
57

68
# 5.0.0-beta.2
79

810
* Fix: sentry-android-timber package sets sentry.java.android.timber as SDK name (#1456)
911
* Fix: When AppLifecycleIntegration is closed, it should remove observer using UI thread (#1459)
1012
* Bump: AGP to 4.2.0 (#1460)
11-
* Fix: NPE when adding Context Data with null values for log4j2 (#1465)
1213

1314
Breaking Changes:
1415

@@ -31,7 +32,6 @@ Breaking Changes:
3132
* Bump: sentry-native to 0.4.9 (#1431)
3233
* Fix: Set Span status for OkHttp integration (#1447)
3334
* Fix: Set user on transaction in Spring & Spring Boot integrations (#1443)
34-
* Ref: nullability annotations to Sentry module (#1439)
3535

3636
# 4.4.0-alpha.2
3737

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android.useAndroidX=true
77
# Release information
88
buildVersionCode=20062
99
# -SNAPSHOT avoids signing
10-
versionName=5.0.0-beta.3-SNAPSHOT
10+
versionName=5.0.0-beta.3
1111

1212
# disable renderscript, it's enabled by default
1313
android.defaults.buildfeatures.renderscript=false

0 commit comments

Comments
 (0)