@nuxtjs/sentry
Advanced tools
+7
-0
@@ -0,1 +1,8 @@ | ||
| ### [4.2.1](https://github.com/nuxt-community/sentry-module/compare/v4.2.0...v4.2.1) (2020-07-27) | ||
| ### Bug Fixes | ||
| * user's integrations options not respected on the client ([#208](https://github.com/nuxt-community/sentry-module/issues/208)) ([b81c7d3](https://github.com/nuxt-community/sentry-module/commit/b81c7d3ec2809e62dbf9d1d04053671dd8e21701)), closes [#207](https://github.com/nuxt-community/sentry-module/issues/207) | ||
| ## [4.2.0](https://github.com/nuxt-community/sentry-module/compare/v4.1.3...v4.2.0) (2020-07-27) | ||
@@ -2,0 +9,0 @@ |
@@ -17,7 +17,7 @@ import VueLib from 'vue' | ||
| const integrationOptions = Object.entries(integration).map(([key, option]) => { | ||
| const integrationOptions = Object.entries(integration).map(([key, option]) => | ||
| typeof option === 'function' | ||
| ? `${key}:${serializeFunction(option)}` | ||
| : `${key}:${serialize(option)}` | ||
| }) | ||
| ? `${key}:${serializeFunction(option)}` | ||
| : `${key}:${serialize(option)}` | ||
| ) | ||
@@ -24,0 +24,0 @@ return `new ${name}({${integrationOptions.join(',')}})` |
@@ -97,6 +97,6 @@ import VueLib from 'vue' | ||
| const integrationOptions = Object.entries(integration).map(([key, option]) => | ||
| const integrationOptions = Object.entries(integration).map(([key, option]) => | ||
| typeof option === 'function' | ||
| ? `${key}:${serializeFunction(option)}` | ||
| : `${key}:${serialize(option)}` | ||
| ? `${key}:${serializeFunction(option)}` | ||
| : `${key}:${serialize(option)}` | ||
| ) | ||
@@ -103,0 +103,0 @@ |
+1
-1
| { | ||
| "name": "@nuxtjs/sentry", | ||
| "version": "4.2.0", | ||
| "version": "4.2.1", | ||
| "description": "Sentry module for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "repository": "nuxt-community/sentry-module", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
50886
0.85%0
-100%