Skip to content

Commit 2dfcf3a

Browse files
chore: update scripts/update-sentry-native-ndk.sh to 0.13.3 (#5215)
Co-authored-by: GitHub <noreply@github.com>
1 parent 80672fe commit 2dfcf3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: ./gradlew :sentry-android-integration-tests:test-app-sentry:assembleRelease
107107

108108
- name: Collect app metrics
109-
uses: getsentry/action-app-sdk-overhead-metrics@v1
109+
uses: getsentry/action-app-sdk-overhead-metrics@5f2d99b8e5a7b833386524924d24320501099a44
110110
with:
111111
config: sentry-android-integration-tests/metrics-test.yml
112112
sauce-user: ${{ secrets.SAUCE_USERNAME }}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
148148
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
149149
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
150150
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
151-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.13.2" }
151+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.13.3" }
152152
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
153153
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
154154
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)