We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81a1a6c + 30ac01f commit 79634bdCopy full SHA for 79634bd
.github/workflows/build.yml
@@ -57,6 +57,7 @@ jobs:
57
if-no-files-found: error
58
path: |
59
./*/build/distributions/*.zip
60
+ ./sentry-opentelemetry/*/build/distributions/*.zip
61
./sentry-android-ndk/build/intermediates/merged_native_libs/release/out/lib/*
62
63
- name: Upload coverage to Codecov
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 6.9.0
4
5
### Fixes
6
gradle.properties
@@ -7,7 +7,7 @@ org.gradle.parallel=true
7
android.useAndroidX=true
8
9
# Release information
10
-versionName=6.8.0
+versionName=6.9.0
11
12
# Override the SDK name on native crashes on Android
13
sentryAndroidSdkName=sentry.native.android
0 commit comments