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
fix(url): use delete to clear SENTRY_URL for Node.js compatibility
process.env.SENTRY_URL = undefined sets the string "undefined" in
Node.js (Bun handles it correctly). Use delete with a biome-ignore
to truly unset the env var when a SaaS URL is detected.
0 commit comments