Skip to content

Commit d85807e

Browse files
Add mobile feature flags (#5629)
* Add mobile feature flags * Update Constants.cs
1 parent 8cd14d5 commit d85807e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Core/Constants.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,9 @@ public static class FeatureFlagKeys
168168
public const string SingleTapPasskeyAuthentication = "single-tap-passkey-authentication";
169169
public const string EnablePMAuthenticatorSync = "enable-pm-bwa-sync";
170170
public const string PM3503_MobileAnonAddySelfHostAlias = "anon-addy-self-host-alias";
171-
172171
public const string PM3553_MobileSimpleLoginSelfHostAlias = "simple-login-self-host-alias";
172+
public const string EnablePMFlightRecorder = "enable-pm-flight-recorder";
173+
public const string MobileErrorReporting = "mobile-error-reporting";
173174

174175
/* Platform Team */
175176
public const string PersistPopupView = "persist-popup-view";

0 commit comments

Comments
 (0)