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(options-error): Define default localStorageKey directly in virtual module
This fixes the integration expecting an options argument passed to it when called in a project. Previously the default `localStorageKey` was set within the `optionsSchema` with zod but this would not take effect when no options are passed to the integration.
0 commit comments