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
We have concluded that passing build time config other than (release, env, tunnel, etc.) to runtime Sentry.init() configs, without the users explicitly calling Sentry.init() is a bit of a pattern that introduces intransparent behavior and confusion.
This task is about
Updating the Astro docs to instead encourage runtime-specific Sentry.init() configs
Potentially deprecating (no removing) of the build-time pass-throughs in question.