@compas/stdlib
Advanced tools
Comparing version 0.12.1 to 0.12.2
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "All kinds of utility functions", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -50,2 +50,9 @@ /** | ||
_compasSentryEnableQuerySpans = sendQueriesAsSpans ?? false; | ||
if (typeof instance?.startNewTrace !== "function") { | ||
// v7 / v8 compat | ||
instance.startNewTrace = (cb) => { | ||
return cb(); | ||
}; | ||
} | ||
} |
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
75345
2486