fastify-sentry
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -9,3 +9,3 @@ "use strict"; | ||
dsn: options.dsn, | ||
environment: options.environment ? "local" : options.environment | ||
environment: options.environment ? options.environment : "local" | ||
}); | ||
@@ -12,0 +12,0 @@ fastify.setErrorHandler((err, req, reply) => { |
{ | ||
"name": "fastify-sentry", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "A plugin for attaching the Sentry SDK error handling to Fastify", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
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
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
42162
6
69