Skip to content

Commit 8f23c7c

Browse files
authored
Change the remote feature flag for UI load instrumentation (#2111)
## Goal Change to new feature flag that defaults to "true", which will now match the client default
2 parents 07035a7 + d3f5063 commit 8f23c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • embrace-android-payload/src/main/kotlin/io/embrace/android/embracesdk/internal/config/remote

embrace-android-payload/src/main/kotlin/io/embrace/android/embracesdk/internal/config/remote/RemoteConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ data class RemoteConfig(
9595
@Json(name = "webview_vitals_beta")
9696
val webViewVitals: WebViewVitals? = null,
9797

98-
@Json(name = "ui_load_instrumentation_enabled")
98+
@Json(name = "ui_load_instrumentation_enabled_v2")
9999
val uiLoadInstrumentationEnabled: Boolean? = null,
100100
)

0 commit comments

Comments
 (0)