@auth0-kits/server
Advanced tools
Comparing version 1.3.6 to 1.3.7
{ | ||
"name": "@auth0-kits/server", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -305,3 +305,2 @@ const querystring = require('querystring'); | ||
const metadata = responseJson.client_metadata || null; | ||
console.log(this.tracer.tracing); | ||
return this.tracer.dump(metadata); | ||
@@ -349,2 +348,3 @@ } | ||
const success = response.status < 400; | ||
console.log(this.tracer.currentTracing); | ||
return this.tracer.dump(success); | ||
@@ -351,0 +351,0 @@ } |
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
12652