@postman/postman-sdk
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -20,2 +20,3 @@ "use strict"; | ||
const data_redactions_1 = require("../data-redaction/data-redactions"); | ||
const http_1 = require("../instrumentation-configs/http"); | ||
// Postman SDK | ||
@@ -63,3 +64,3 @@ class PostmanTracer { | ||
_getHttpInstrumentation() { | ||
return new instrumentation_http_1.HttpInstrumentation(); | ||
return new instrumentation_http_1.HttpInstrumentation(Object.assign({}, (0, http_1.getHttpInstrumentationConfig)())); | ||
} | ||
@@ -66,0 +67,0 @@ _getPostmanExpressInstrumentation() { |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "0.0.26"; | ||
export declare const VERSION = "0.0.27"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.0.26'; | ||
exports.VERSION = '0.0.27'; |
{ | ||
"name": "@postman/postman-sdk", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/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
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
36081
75
42
827