@modjo/sentry
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -11,3 +11,6 @@ const nctx = require("nctx") | ||
const { dsn = process.env.SENTRY_DSN } = options | ||
const { | ||
dsn = process.env.SENTRY_DSN, | ||
environment = process.env.SENTRY_ENVIRONMENT, | ||
} = options | ||
@@ -20,2 +23,3 @@ if (!dsn) { | ||
dsn, | ||
environment, | ||
...options, | ||
@@ -22,0 +26,0 @@ }) |
{ | ||
"name": "@modjo/sentry", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://codeberg.org/devthefuture/modjo", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
832
22
3