You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(expo): silent-disable when projectKey or intakeUrl is empty
- normalizeConfig returns null for empty keys/urls instead of throwing
- ReproProvider splits into ActiveProvider + DisabledProvider so host apps
can opt out via env-var fallback (`projectKey: process.env.X ?? ""`)
- useRepro().disabled flag + all methods no-op in the disabled path
- ReproLauncher hides when disabled
- Singleton still resolves cleanly in dev (no "provider not mounted" warning)
- Typos in a non-empty key still throw so mistakes are caught
0 commit comments