The SDK writes localStorage and tracks unconditionally, with no consent / Do-Not-Track / opt-out gate. This legally blocks onboarding any EU customer.
Need a consent gate (respect DNT, an explicit opt-out API, and a no-storage mode) before any visitor data is written or sent.
Source: 2026-07 platform audit (ember/docs/PLATFORM_AUDIT_2026-07.md), "SDK (flame) gaps that break the primary install path" + Phase 2.
The SDK writes
localStorageand tracks unconditionally, with no consent / Do-Not-Track / opt-out gate. This legally blocks onboarding any EU customer.Need a consent gate (respect DNT, an explicit opt-out API, and a no-storage mode) before any visitor data is written or sent.
Source: 2026-07 platform audit (
ember/docs/PLATFORM_AUDIT_2026-07.md), "SDK (flame) gaps that break the primary install path" + Phase 2.