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 check whether `this.resourcePath` is absolute because there is no contract by webpack that says it is absolute,
206
+
// however we can only create relative paths to the sentry config from absolute paths.Examples where this could possibly be non - absolute are virtual modules.
.relative(path.dirname(this.resourcePath),sentryConfigFilePath)// Absolute paths do not work with Windows: https://github.com/getsentry/sentry-javascript/issues/8133
0 commit comments