@sap/swa-for-sapbas-vsx
Advanced tools
Comparing version 1.1.9 to 1.1.11
{ | ||
"name": "@sap/swa-for-sapbas-vsx", | ||
"version": "1.1.9", | ||
"version": "1.1.11", | ||
"author": "SAP SE", | ||
@@ -5,0 +5,0 @@ "description": "Javascript module for SWA tracking to be consumed by VsCode extensions", |
@@ -29,3 +29,8 @@ 'use strict'; | ||
if(_.isFunction(errorListener)) { | ||
this.matomo.on('error', errorListener); | ||
const internalErrorListener = (err) => { | ||
if(err && err != 204) { | ||
errorListener(err); | ||
} | ||
} | ||
this.matomo.on('error', internalErrorListener); | ||
} | ||
@@ -32,0 +37,0 @@ } |
Sorry, the diff of this file is not supported yet
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
46720
333