@coralogix/browser 2.8.1 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/index.esm2.js +2 -2
- package/package.json +1 -1
- package/src/version.d.ts +1 -1
package/CHANGELOG.md
CHANGED
package/index.esm2.js
CHANGED
|
@@ -1599,7 +1599,7 @@ var CoralogixWebVitalsInstrumentation = /** @class */ (function (_super) {
|
|
|
1599
1599
|
var metricData = metric.entries ? omit(metric, 'entries') : metric;
|
|
1600
1600
|
metricData = omit(metricData, 'attribution.navigationEntry');
|
|
1601
1601
|
if (metricData.name === 'INP') {
|
|
1602
|
-
metricData = omit(metricData, 'attribution
|
|
1602
|
+
metricData = omit(metricData, 'attribution');
|
|
1603
1603
|
}
|
|
1604
1604
|
webVitalsSpan.setAttribute(CoralogixAttributes.EVENT_TYPE, CoralogixEventType.WEB_VITALS);
|
|
1605
1605
|
// add core web vital attributes
|
|
@@ -4216,7 +4216,7 @@ function resolveUrlBlueprinters(urlBlueprinters) {
|
|
|
4216
4216
|
return resolvedUrlBlueprinters;
|
|
4217
4217
|
}
|
|
4218
4218
|
|
|
4219
|
-
var SDK_VERSION = '2.8.
|
|
4219
|
+
var SDK_VERSION = '2.8.2';
|
|
4220
4220
|
|
|
4221
4221
|
function shouldDropEvent(cxRumEvent, options) {
|
|
4222
4222
|
if (isDocumentErrorWithoutMessage(cxRumEvent)) {
|
package/package.json
CHANGED
package/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.8.
|
|
1
|
+
export declare const SDK_VERSION = "2.8.2";
|