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
Move registerServerBuildGlobal() out of the OTel instrumentation setup so the Vite-plugin capture (__sentrySetServerBuild) stands alone. Verify dev-mode HMR (factory-function build) is still covered without the OTel proxy.
Description
Move
registerServerBuildGlobal()out of the OTel instrumentation setup so the Vite-plugin capture (__sentrySetServerBuild) stands alone. Verify dev-mode HMR (factory-function build) is still covered without the OTel proxy.