@nuxtjs/sentry
Advanced tools
@@ -35,7 +35,2 @@ import Vue from 'vue' | ||
| const runtimeConfigKey = <%= serialize(options.runtimeConfigKey) %> | ||
| if (ctx.$config && runtimeConfigKey && ctx.$config[runtimeConfigKey]) { | ||
| merge(config, ctx.$config[runtimeConfigKey].config, ctx.$config[runtimeConfigKey].clientConfig) | ||
| } | ||
| config.integrations = [ | ||
@@ -80,2 +75,8 @@ <%= Object | ||
| <% } %> | ||
| const runtimeConfigKey = <%= serialize(options.runtimeConfigKey) %> | ||
| if (ctx.$config && runtimeConfigKey && ctx.$config[runtimeConfigKey]) { | ||
| merge(config, ctx.$config[runtimeConfigKey].config, ctx.$config[runtimeConfigKey].clientConfig) | ||
| } | ||
| /* eslint-enable object-curly-spacing, quote-props, quotes, key-spacing, comma-spacing */ | ||
@@ -82,0 +83,0 @@ Sentry.init(config) |
+5
-5
| { | ||
| "name": "@nuxtjs/sentry", | ||
| "version": "7.0.3", | ||
| "version": "7.0.4", | ||
| "description": "Sentry module for Nuxt.js", | ||
@@ -55,5 +55,5 @@ "repository": "nuxt-community/sentry-module", | ||
| "dependencies": { | ||
| "@sentry/integrations": "^7.33.0", | ||
| "@sentry/node": "^7.33.0", | ||
| "@sentry/vue": "^7.33.0", | ||
| "@sentry/integrations": "^7.37.2", | ||
| "@sentry/node": "^7.37.2", | ||
| "@sentry/vue": "^7.37.2", | ||
| "consola": "^2.15.3", | ||
@@ -70,3 +70,3 @@ "lodash.mergewith": "^4.6.2", | ||
| "@release-it/conventional-changelog": "^5.1.1", | ||
| "@sentry/tracing": "^7.33.0", | ||
| "@sentry/tracing": "^7.37.2", | ||
| "@sentry/webpack-plugin": "^1.20.0", | ||
@@ -73,0 +73,0 @@ "@types/jest": "^29.2.5", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 10 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 10 instances in 1 package
45051
0Updated
Updated
Updated