Skip to content

Commit 916019d

Browse files
committed
Merge branch 'main' into andrey/maui-ci-optimization
* main: chore: release main (#467) feat: Support 8 byte colors + non-linearity in hash (#466) chore: release main (#465) feat: Tracing API polishing + Distributed tracing Docs (#464)
2 parents 3a36187 + 0279873 commit 916019d

163 files changed

Lines changed: 190 additions & 1314 deletions

File tree

Some content is hidden

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

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"go": "1.1.0",
33
"sdk/@launchdarkly/observability": "1.1.2",
4-
"sdk/@launchdarkly/observability-android": "0.36.0",
4+
"sdk/@launchdarkly/observability-android": "0.38.0",
55
"sdk/@launchdarkly/observability-dotnet": "1.1.0",
66
"sdk/@launchdarkly/observability-node": "1.1.0",
77
"sdk/@launchdarkly/observability-python": "1.2.0",

e2e/android/app/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ dependencies {
120120
implementation(platform(libs.androidx.compose.bom))
121121
implementation("androidx.compose.runtime:runtime")
122122

123-
// Serialization runtime (used by benchmark to encode replay events)
124-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
125-
126123
// Compose UI dependencies -- only for the compose flavor
127124
"composeImplementation"(libs.androidx.activity.compose)
128125
"composeImplementation"(libs.androidx.ui)

e2e/android/app/src/androidTest/java/com/example/androidobservability/TileHashParityInstrumentedTest.kt

Lines changed: 0 additions & 71 deletions
This file was deleted.

e2e/android/app/src/compose/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
<activity
1616
android:name=".masking.ComposeWebActivity"
1717
android:exported="false" />
18-
<activity
19-
android:name=".benchmark.BenchmarkActivity"
20-
android:exported="false"
21-
android:label="Benchmark"
22-
android:theme="@style/Theme.AndroidObservability" />
23-
2418
<activity
2519
android:name=".MainActivity"
2620
android:exported="true"
-22.3 KB
Binary file not shown.
-24.7 KB
Binary file not shown.
-24.7 KB
Binary file not shown.
-167 KB
Binary file not shown.
-224 KB
Binary file not shown.
-203 KB
Binary file not shown.

0 commit comments

Comments
 (0)