@serverless/sdk
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -5,2 +5,8 @@ # Changelog | ||
### [0.4.2](https://github.com/serverless/console/compare/@serverless/sdk@0.4.1...@serverless/sdk@0.4.2) (2023-01-27) | ||
### Bug Fixes | ||
- Fix manual `express` instrumentation ([0fefb5a](https://github.com/serverless/console/commit/0fefb5a202321369599db4cb0687e12f1e122c46)) | ||
### [0.4.1](https://github.com/serverless/console/compare/@serverless/sdk@0.4.0...@serverless/sdk@0.4.1) (2023-01-26) | ||
@@ -7,0 +13,0 @@ |
@@ -16,3 +16,3 @@ 'use strict'; | ||
app.lazyrouter(); | ||
const uninstall = instrumentLayerPrototype(Object.getPrototypeOf(app._router.stack[0])); | ||
const uninstall = instrumentLayerPrototype.install(Object.getPrototypeOf(app._router.stack[0])); | ||
instrumentedApps.set(app, uninstall); | ||
@@ -19,0 +19,0 @@ return uninstall; |
{ | ||
"name": "@serverless/sdk", | ||
"repository": "serverless/console", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"author": "Serverless, Inc.", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
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
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
60014