ScaleBun
Glossary · Definition

Feature flag

A feature flag is a runtime toggle that enables or disables functionality without deploying new code, letting teams decouple release from rollout. Flags support staged rollouts, targeting specific segments, and A/B experiments, and can be turned off quickly if something regresses. On mobile, flag values are usually delivered in a config payload the SDK fetches.

ScaleBun feature flags


More terms

Mobile attribution

Connecting an install, signup, or purchase to the campaign, source, or link that drove it.

Read definition

Session replay

A reconstruction of a user session from captured screens, touches, and events.

Read definition

Crash-free rate

The percentage of users or sessions that did not experience a crash in a period.

Read definition

Deep link

A link that opens a specific screen inside an app rather than a home screen.

Read definition