Skip to content

Commit

Permalink
chore: update scripts/update-sentry-native-ndk.sh to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Feb 26, 2025
1 parent c1a567b commit cd59d70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
- The new module will be exposed as an `api` dependency when using `sentry-spring-boot-jakarta` (Spring Boot 3) or `sentry-spring-jakarta` (Spring 6).
Therefore, if you're using one of those modules, changing your imports will suffice.

### Dependencies

- Bump Native SDK from v0.7.20 to v0.8.0 ([#4204](https://github.com/getsentry/sentry-java/pull/4204))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#080)
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.20...0.8.0)

## 8.2.0

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ object Config {
val apolloKotlin = "com.apollographql.apollo3:apollo-runtime:3.8.2"
val apolloKotlin4 = "com.apollographql.apollo:apollo-runtime:4.1.1"

val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.7.20"
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.0"

object OpenTelemetry {
val otelVersion = "1.44.1"
Expand Down

0 comments on commit cd59d70

Please sign in to comment.