Skip to content

Feature Toggles

Unleash is the feature toggle provider. The registration app has its own project there.

Active toggles

Feature Toggle Description
enable-datadog-rum Kill switch for Datadog RUM monitoring
enable-illusion-page Kill switch for illusion page

Mocking toggles locally

During development and testing, toggles can be overridden via cookies.

A comma-separated list of toggle names. Toggles in the list are true, all others are false:

feature-toggles=toggle1,toggle2=B

toggle2=B sets the toggle to test variant B (also supports A, C, etc.).

A single toggle can also be set with its own cookie:

toggle1=true

Settings page

Use the built-in settings page to manage toggles in the browser: /registration/__settings