fastify-sentry
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -6,3 +6,3 @@ "use strict"; | ||
async function sentryConnector(fastify, options) { | ||
function sentryConnector(fastify, options, done) { | ||
Sentry.init({ | ||
@@ -28,4 +28,5 @@ dsn: options.dsn, | ||
}); | ||
done(); | ||
} | ||
module.exports = fastifyPlugin(sentryConnector); |
{ | ||
"name": "fastify-sentry", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"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
136361
8
2859
1