@compas/stdlib
Advanced tools
Comparing version 0.11.0 to 0.11.1
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "All kinds of utility functions", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -234,3 +234,4 @@ import { AppError } from "./error.js"; | ||
event._compasSentrySpan.end(); | ||
} else if (isNil(event.rootEvent)) { | ||
} | ||
if (isNil(event.rootEvent)) { | ||
event.log.info({ | ||
@@ -237,0 +238,0 @@ type: "event_span", |
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
2484
75434