Skip to content

Commit 6c36c4b

Browse files
committed
Merge branch '8.x.x' into feat/continuous-profiling-part1
# Conflicts: # sentry-opentelemetry/sentry-opentelemetry-bootstrap/src/main/java/io/sentry/opentelemetry/OtelSpanFactory.java # sentry-opentelemetry/sentry-opentelemetry-extra/api/sentry-opentelemetry-extra.api
2 parents a9235ae + 6de95f1 commit 6c36c4b

File tree

252 files changed

+9196
-659
lines changed

Some content is hidden

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

252 files changed

+9196
-659
lines changed

.github/workflows/agp-matrix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
java-version: '17'
3939

4040
- name: Setup Gradle
41-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
41+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
4242
with:
4343
gradle-home-cache-cleanup: true
4444

@@ -69,6 +69,7 @@ jobs:
6969
target: 'aosp_atd'
7070
arch: x86
7171
channel: canary # Necessary for ATDs
72+
disk-size: 4096M
7273
script: ./gradlew sentry-android-integration-tests:sentry-uitest-android:connectedReleaseAndroidTest -DtestBuildType=release --daemon
7374

7475
- name: Upload test results

.github/workflows/build.yml

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

2929
- name: Setup Gradle
30-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
30+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
3131
with:
3232
gradle-home-cache-cleanup: true
3333

.github/workflows/codeql-analysis.yml

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

3636
- name: Setup Gradle
37-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
37+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
3838
with:
3939
gradle-home-cache-cleanup: true
4040

.github/workflows/enforce-license-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Setup Gradle
14-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
14+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
1515
with:
1616
gradle-home-cache-cleanup: true
1717

.github/workflows/generate-javadocs.yml

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

2222
- name: Setup Gradle
23-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
23+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
2424
with:
2525
gradle-home-cache-cleanup: true
2626

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
java-version: '17'
3838

3939
- name: Setup Gradle
40-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
40+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
4141
with:
4242
gradle-home-cache-cleanup: true
4343

@@ -86,7 +86,7 @@ jobs:
8686
java-version: '17'
8787

8888
- name: Setup Gradle
89-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
89+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
9090
with:
9191
gradle-home-cache-cleanup: true
9292

.github/workflows/integration-tests-ui-critical.yml

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

3434
- name: Setup Gradle
35-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
35+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
3636
with:
3737
gradle-home-cache-cleanup: true
3838

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

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

3434
- name: Setup Gradle
35-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
35+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
3636
with:
3737
gradle-home-cache-cleanup: true
3838

.github/workflows/release-build.yml

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

2828
- name: Setup Gradle
29-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
29+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
3030
with:
3131
gradle-home-cache-cleanup: true
3232

.github/workflows/system-tests-backend.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,25 @@ jobs:
2121
matrix:
2222
sample: [ "sentry-samples-spring-boot-jakarta" ]
2323
agent: [ "0" ]
24+
agent-auto-init: [ "true" ]
2425
include:
2526
- sample: "sentry-samples-spring-boot"
27+
- sample: "sentry-samples-spring-boot-opentelemetry-noagent"
28+
- sample: "sentry-samples-spring-boot-opentelemetry"
29+
agent: "1"
30+
agent-auto-init: "true"
31+
- sample: "sentry-samples-spring-boot-opentelemetry"
32+
agent: "1"
33+
agent-auto-init: "false"
2634
- sample: "sentry-samples-spring-boot-webflux-jakarta"
2735
- sample: "sentry-samples-spring-boot-webflux"
36+
- sample: "sentry-samples-spring-boot-jakarta-opentelemetry-noagent"
37+
- sample: "sentry-samples-spring-boot-jakarta-opentelemetry"
38+
agent: "1"
39+
agent-auto-init: "true"
2840
- sample: "sentry-samples-spring-boot-jakarta-opentelemetry"
2941
agent: "1"
42+
agent-auto-init: "false"
3043
steps:
3144
- uses: actions/checkout@v4
3245
with:
@@ -43,7 +56,7 @@ jobs:
4356
java-version: '17'
4457

4558
- name: Setup Gradle
46-
uses: gradle/actions/setup-gradle@bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b # pin@v3
59+
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d # pin@v3
4760
with:
4861
gradle-home-cache-cleanup: true
4962

@@ -86,18 +99,13 @@ jobs:
8699
87100
- name: Start server and run integration test for sentry-cli commands
88101
run: |
89-
test/system-test-sentry-server-start.sh \
90-
> sentry-mock-server.txt 2>&1 & \
91-
test/system-test-spring-server-start.sh "${{ matrix.sample }}" "${{ matrix.agent }}" \
92-
> spring-server.txt 2>&1 & \
93-
test/wait-for-spring.sh && \
94-
./gradlew :sentry-samples:${{ matrix.sample }}:systemTest
102+
test/system-test-run.sh "${{ matrix.sample }}" "${{ matrix.agent }}" "${{ matrix.agent-auto-init }}"
95103
96104
- name: Upload test results
97105
if: always()
98106
uses: actions/upload-artifact@v4
99107
with:
100-
name: test-results-${{ matrix.sample }}-system-test
108+
name: test-results-${{ matrix.sample }}-${{ matrix.agent }}-${{ matrix.agent-auto-init }}-system-test
101109
path: |
102110
**/build/reports/*
103111
sentry-mock-server.txt

0 commit comments

Comments
 (0)