concurix-instrument
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -24,4 +24,4 @@ "use strict"; | ||
var enterInsert = "var __concurix_traceme = global.__concurix_tracer.enter('" + id + "');" | ||
var exitInsert = ";if (__concurix_traceme) {global.__concurix_tracer.exit('" + id + "')}" | ||
var enterInsert = "var __concurix_traceme = __concurix_tracer.enter('" + id + "');" | ||
var exitInsert = ";if (__concurix_traceme) {__concurix_tracer.exit('" + id + "')}" | ||
@@ -28,0 +28,0 @@ // Instrument function entry |
{ | ||
"name": "concurix-instrument", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Apply Concurix tracing instrumentation to client code.", | ||
@@ -5,0 +5,0 @@ "main": "instrument.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
28354