Skip to content

Commit 248e7f3

Browse files
committed
Include OTel classes in baseline profile
1 parent ade0a51 commit 248e7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-baseline-profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Sets the Baseline Profile on its proper place so it gets correctly bundled into Play Store
7171
- name: Move & Rename Baseline Profiles
7272
run: cat android-sdk-benchmark/macrobenchmark/build/outputs/managed_device_android_test_additional_output/baselineprofile/pixel6Api34/BaselineProfileGenerator_startup-baseline-prof.txt
73-
| grep '^[^[]*io/embrace/android/embracesdk' > embrace-android-sdk/src/main/baseline-prof.txt
73+
| grep -E '^[^[]*io/embrace/android/embracesdk|^[^[]*io/opentelemetry|^[^[]*io/embrace/opentelemetry/kotlin' > embrace-android-sdk/src/main/baseline-prof.txt
7474

7575
- name: Create baseline profile PR
7676
env:

0 commit comments

Comments
 (0)