File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 5.0.0-beta.3
2
2
3
3
* Fix: handling immutable collections on SentryEvent and protocol objects (#1468 )
4
4
* 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 )
5
7
6
8
# 5.0.0-beta.2
7
9
8
10
* Fix: sentry-android-timber package sets sentry.java.android.timber as SDK name (#1456 )
9
11
* Fix: When AppLifecycleIntegration is closed, it should remove observer using UI thread (#1459 )
10
12
* Bump: AGP to 4.2.0 (#1460 )
11
- * Fix: NPE when adding Context Data with null values for log4j2 (#1465 )
12
13
13
14
Breaking Changes:
14
15
@@ -31,7 +32,6 @@ Breaking Changes:
31
32
* Bump: sentry-native to 0.4.9 (#1431 )
32
33
* Fix: Set Span status for OkHttp integration (#1447 )
33
34
* Fix: Set user on transaction in Spring & Spring Boot integrations (#1443 )
34
- * Ref: nullability annotations to Sentry module (#1439 )
35
35
36
36
# 4.4.0-alpha.2
37
37
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android.useAndroidX=true
7
7
# Release information
8
8
buildVersionCode =20062
9
9
# -SNAPSHOT avoids signing
10
- versionName =5.0.0-beta.3-SNAPSHOT
10
+ versionName =5.0.0-beta.3
11
11
12
12
# disable renderscript, it's enabled by default
13
13
android.defaults.buildfeatures.renderscript =false
You can’t perform that action at this time.
0 commit comments