Skip to content

Commit 9cef931

Browse files
committed
Merge branch 'feat/otel' into feat/otel-span-processor
2 parents 8084227 + 6b344be commit 9cef931

File tree

42 files changed

+157
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+157
-128
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
distribution: 'temurin'
3131

3232
- name: Cache Gradle packages
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
with:
3535
path: |
3636
~/.gradle/caches

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
distribution: 'temurin'
3131

3232
- name: Cache Gradle packages
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
with:
3535
path: |
3636
~/.gradle/caches
@@ -40,12 +40,12 @@ jobs:
4040
${{ runner.os }}-gradle-
4141
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # pin@v2
43+
uses: github/codeql-action/init@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # pin@v2
4444
with:
4545
languages: ${{ matrix.language }}
4646

4747
- run: |
4848
./gradlew assemble
4949
5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # pin@v2
51+
uses: github/codeql-action/analyze@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # pin@v2

.github/workflows/format-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: '17'
1818

1919
- name: Cache Gradle packages
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
2121
with:
2222
path: |
2323
~/.gradle/caches

.github/workflows/generate-javadocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: '17'
1818

1919
- name: Cache Gradle packages
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
2121
with:
2222
path: |
2323
~/.gradle/caches

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
config: sentry-android-integration-tests/metrics-test.yml
9292
sauce-user: ${{ secrets.SAUCE_USERNAME }}
9393
sauce-key: ${{ secrets.SAUCE_ACCESS_KEY }}
94-
if: env.SAUCE_USERNAME != null
94+
if: env.SAUCE_USERNAME != null

.sauce/sentry-uitest-android-benchmark-lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ suites:
2020

2121
- name: "Android 11 (api 30)"
2222
devices:
23-
- id: Google_Pixel_2_real_us # Google Pixel 2 - api 30 (11)
23+
- id: OnePlus_Nord_N200_5G_real_us # OnePlus Nord N200 5G - api 30 (11)
2424

2525
artifacts:
2626
download:

.sauce/sentry-uitest-android-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ suites:
2828
devices:
2929
- id: OnePlus_9_Pro_real_us # OnePlus 9 Pro - api 30 (11) - high end
3030
- id: Google_Pixel_4_real_us # Google Pixel 4 - api 30 (11) - mid end
31-
- id: Google_Pixel_2_real_us # Google Pixel 2 - api 30 (11) - low end
31+
- id: OnePlus_Nord_N200_5G_real_us # OnePlus Nord N200 5G - api 30 (11) - low end
3232

3333
- name: "Android 10 (api 29)"
3434
devices:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
## Unreleased
44

5+
### Fixes
6+
7+
- Fix `Gpu.vendorId` should be a String ([#2343](https://github.com/getsentry/sentry-java/pull/2343))
8+
59
### Features
610

11+
- Update Spring Boot Jakarta to Spring Boot 3.0.0-RC2 ([#2347](https://github.com/getsentry/sentry-java/pull/2347))
712
- Add support for Opentelemetry ([#2344](https://github.com/getsentry/sentry-java/pull/2344))
813

914
## 6.7.0

buildSrc/src/main/java/Config.kt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Config {
55
val kotlinStdLib = "stdlib-jdk8"
66

77
val springBootVersion = "2.7.4"
8-
val springBoot3Version = "3.0.0-M5"
8+
val springBoot3Version = "3.0.0-RC2"
99
val kotlinCompatibleLanguageVersion = "1.4"
1010

1111
val composeVersion = "1.1.1"
@@ -144,18 +144,16 @@ object Config {
144144
}
145145

146146
object TestLibs {
147-
private val androidxTestVersion = "1.4.0"
148-
149-
// todo This beta version is needed to run ui tests on Android 13.
150-
// It will be replaced by androidxTestVersion when 1.5.0 will be out.
151-
private val androidxTestVersionBeta = "1.5.0-beta01"
152-
private val espressoVersion = "3.4.0"
147+
// todo These rc versions are needed to run ui tests on Android 13.
148+
// They will be replaced by stable version when 1.5.0/3.5.0 will be out.
149+
private val androidxTestVersion = "1.5.0-rc01"
150+
private val espressoVersion = "3.5.0-rc01"
153151

154152
val androidJUnitRunner = "androidx.test.runner.AndroidJUnitRunner"
155153
val kotlinTestJunit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
156-
val androidxCore = "androidx.test:core:$androidxTestVersionBeta"
154+
val androidxCore = "androidx.test:core:$androidxTestVersion"
157155
val androidxRunner = "androidx.test:runner:$androidxTestVersion"
158-
val androidxTestCoreKtx = "androidx.test:core-ktx:$androidxTestVersionBeta"
156+
val androidxTestCoreKtx = "androidx.test:core-ktx:$androidxTestVersion"
159157
val androidxTestRules = "androidx.test:rules:$androidxTestVersion"
160158
val espressoCore = "androidx.test.espresso:espresso-core:$espressoVersion"
161159
val espressoIdlingResource = "androidx.test.espresso:espresso-idling-resource:$espressoVersion"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.parallel=true
77
android.useAndroidX=true
88

99
# Release information
10-
versionName=6.7.0-alpha.1
10+
versionName=6.7.0
1111

1212
# Override the SDK name on native crashes on Android
1313
sentryAndroidSdkName=sentry.native.android

0 commit comments

Comments
 (0)