@bfwk/instrumentation
Advanced tools
Comparing version 0.6.40 to 0.6.42
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.6.40](https://github.com/salesforce/builder-framework/compare/v0.6.39...v0.6.40) (2021-07-07) | ||
## [0.6.42](https://github.com/salesforce/builder-framework/compare/v0.6.40...v0.6.42) (2021-07-09) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @bfwk/instrumentation |
class InstrumentationServiceImpl { | ||
perfStart(attributes, source, system) { | ||
console.log('perfStart', Date.now(), source, attributes, system); | ||
// console.log('perfStart', Date.now(), source, attributes, system); | ||
} | ||
perfEnd(attributes, source, system) { | ||
console.log('perfEnd', Date.now(), source, attributes, system); | ||
// console.log('perfEnd', Date.now(), source, attributes, system); | ||
} | ||
markStart(namespace, name, context) { | ||
console.log('markStart', Date.now(), namespace, name, context); | ||
// console.log('markStart', Date.now(), namespace, name, context); | ||
} | ||
markEnd(namespace, name, context) { | ||
console.log('markEnd', Date.now(), namespace, name, context); | ||
// console.log('markEnd', Date.now(), namespace, name, context); | ||
} | ||
mark(namespace, name, context) { | ||
console.log('mark', Date.now(), namespace, name, context); | ||
// console.log('mark', Date.now(), namespace, name, context); | ||
} | ||
error(message, source, data) { | ||
console.error(message, Date.now(), source.name, data); | ||
// console.error(message, Date.now(), source.name, data); | ||
} | ||
interaction(target, scope, context, eventSource, eventType) { | ||
console.log('interaction', target, scope, context, eventSource, eventType); | ||
// console.log('interaction', target, scope, context, eventSource, eventType); | ||
} | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "@bfwk/instrumentation", | ||
"version": "0.6.40", | ||
"version": "0.6.42", | ||
"description": "LBF Instrumentation", | ||
@@ -31,3 +31,3 @@ "type": "module", | ||
"dependencies": { | ||
"@bfwk/utils": "0.6.40" | ||
"@bfwk/utils": "0.6.42" | ||
}, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
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
25499
+ Added@bfwk/utils@0.6.42(transitive)
- Removed@bfwk/utils@0.6.40(transitive)
Updated@bfwk/utils@0.6.42