We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nuxtjs/sentry: ex: 7.0.4 nuxt: 2.16.1 also 2.15.8
sentry: { dsn: "###", // Enter your project's DSN here config: { // Add native Sentry config here // https://docs.sentry.io/platforms/javascript/guides/vue/configuration/options/ }, customClientIntegrations: '../site/plugins/sentryReplay', //or '~/plugins/sentryReplay.js' clientConfig: { replaysSessionSampleRate: 1.0, replaysOnErrorSampleRate: 1.0, }
},
This dependency was not found: friendly-errors 01:55:27 friendly-errors 01:55:27
On Windows links transforming in unespected way. All project works perfect, alias are correct.
Looking for solution...
The text was updated successfully, but these errors were encountered:
seeing the same thing happening to me on windows.
the configuration option customClientIntegrations: '~/plugins/sentry-custom-integrations.js',
customClientIntegrations: '~/plugins/sentry-custom-integrations.js',
is compiled to 'C:\<subdir>\<subdir>\<project-name>\plugins\sentry-custom-integrations.js' in sentry.client.js
'C:\<subdir>\<subdir>\<project-name>\plugins\sentry-custom-integrations.js'
sentry.client.js
which finally resolves to a broken path due to \ acting as an escape character:
\
[...]pluginssentry-custom-integrations.js
this shouldn't affect our live builds which use poxis systems, but this is forcing me to build in a workaround for local windows development
Sorry, something went wrong.
Released https://github.com/nuxt-community/sentry-module/releases/tag/v7.1.1 with a fix.
thanks!
Successfully merging a pull request may close this issue.
Version
@nuxtjs/sentry: ex: 7.0.4
nuxt: 2.16.1 also 2.15.8
Sentry configuration
},
This dependency was not found: friendly-errors 01:55:27
friendly-errors 01:55:27
On Windows links transforming in unespected way. All project works perfect, alias are correct.
Looking for solution...
The text was updated successfully, but these errors were encountered: