Skip to content

Commit 0da3c81

Browse files
chore: update scripts/update-sentry-native-ndk.sh to 0.15.4 (#5793)
Co-authored-by: GitHub <noreply@github.com>
1 parent 7f6421d commit 0da3c81

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
- Prevent a `StackOverflowError` when a `beforeSend`, `beforeBreadcrumb`, `beforeSendLog`, or `beforeEnvelope` callback triggers another capture (directly or through a logging integration such as Timber) ([#5737](https://github.com/getsentry/sentry-java/pull/5737))
1010
- Captures made from within a user callback (event, transaction, breadcrumb, log, envelope, or check-in) are now dropped while that callback runs, instead of recursing. Captures made by event processors are unaffected.
1111

12+
### Dependencies
13+
14+
- Bump Native SDK from v0.15.3 to v0.15.4 ([#5793](https://github.com/getsentry/sentry-java/pull/5793))
15+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0154)
16+
- [diff](https://github.com/getsentry/sentry-native/compare/0.15.3...0.15.4)
17+
1218
## 8.49.0
1319

1420
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
169169
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
170170
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
171171
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
172-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.3" }
172+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.4" }
173173
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
174174
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
175175
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)