@sentry/apm
Advanced tools
Comparing version 5.21.1 to 5.21.2
@@ -520,3 +520,5 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
Tracing._forceLCP = function () { | ||
po_1.takeRecords().forEach(updateLCP_1); | ||
if (po_1.takeRecords) { | ||
po_1.takeRecords().forEach(updateLCP_1); | ||
} | ||
}; | ||
@@ -523,0 +525,0 @@ } |
@@ -518,3 +518,5 @@ import { __assign, __read, __rest, __spread } from "tslib"; | ||
Tracing._forceLCP = function () { | ||
po_1.takeRecords().forEach(updateLCP_1); | ||
if (po_1.takeRecords) { | ||
po_1.takeRecords().forEach(updateLCP_1); | ||
} | ||
}; | ||
@@ -521,0 +523,0 @@ } |
{ | ||
"name": "@sentry/apm", | ||
"version": "5.21.1", | ||
"version": "5.21.2", | ||
"description": "Extensions for APM", | ||
@@ -19,11 +19,11 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "5.21.1", | ||
"@sentry/hub": "5.21.1", | ||
"@sentry/minimal": "5.21.1", | ||
"@sentry/types": "5.21.1", | ||
"@sentry/utils": "5.21.1", | ||
"@sentry/browser": "5.21.2", | ||
"@sentry/hub": "5.21.2", | ||
"@sentry/minimal": "5.21.2", | ||
"@sentry/types": "5.21.2", | ||
"@sentry/utils": "5.21.2", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"@sentry-internal/eslint-config-sdk": "5.21.1", | ||
"@sentry-internal/eslint-config-sdk": "5.21.2", | ||
"@types/express": "^4.17.1", | ||
@@ -61,3 +61,4 @@ "eslint": "7.6.0", | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
"test:watch": "jest --watch", | ||
"pack": "npm pack" | ||
}, | ||
@@ -64,0 +65,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
401866
4382
+ Added@sentry/browser@5.21.2(transitive)
+ Added@sentry/core@5.21.2(transitive)
+ Added@sentry/hub@5.21.2(transitive)
+ Added@sentry/minimal@5.21.2(transitive)
+ Added@sentry/types@5.21.2(transitive)
+ Added@sentry/utils@5.21.2(transitive)
- Removed@sentry/browser@5.21.1(transitive)
- Removed@sentry/core@5.21.1(transitive)
- Removed@sentry/hub@5.21.1(transitive)
- Removed@sentry/minimal@5.21.1(transitive)
- Removed@sentry/types@5.21.1(transitive)
- Removed@sentry/utils@5.21.1(transitive)
Updated@sentry/browser@5.21.2
Updated@sentry/hub@5.21.2
Updated@sentry/minimal@5.21.2
Updated@sentry/types@5.21.2
Updated@sentry/utils@5.21.2