INTERFERE_PUBLIC_KEY: used by the SDK to send telemetry. Safe to expose.INTERFERE_API_KEY: used to upload source maps in CI. Keep it server-side.1curl -sL https://interfere.com/prompts/onboarding/v8/onboarding-nextjs.md | claude -p "Add Interfere to this codebase"
onboarding-nextjs.md for onboarding-vite.md. Want to read the prompt first? Open it directly:INTERFERE_DEBUG=1 to print lifecycle events at startup: when the SDK initializes, the release it resolved, and any exporter errors. It's the fastest way to see whether data is leaving your app.init({ enabled: true }) (on Vite, gate it with import.meta.env.PROD). See each SDK's FAQ.interfere sourcemaps upload ./dist) with INTERFERE_API_KEY set.