@sentry/apm
Advanced tools
Comparing version 5.14.0 to 5.14.1
@@ -416,10 +416,2 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
} | ||
// The Performance object has a limited buffer size, often 150 entries. At some point the buffer may overflow, in | ||
// which case we would not be able to use it to create/update spans. Therefore, after we have processed entries to | ||
// report to Sentry, we clear the buffer in an attempt to allow for more entries to be added in the future. | ||
// https://developer.mozilla.org/en-US/docs/Web/API/Performance | ||
utils_1.logger.log('[Tracing] Clearing most performance marks'); | ||
performance.clearMarks(); | ||
performance.clearMeasures(); | ||
performance.clearResourceTimings(); | ||
Tracing._performanceCursor = Math.max(performance.getEntries().length - 1, 0); | ||
@@ -426,0 +418,0 @@ // tslint:enable: no-unsafe-any |
@@ -415,10 +415,2 @@ import * as tslib_1 from "tslib"; | ||
} | ||
// The Performance object has a limited buffer size, often 150 entries. At some point the buffer may overflow, in | ||
// which case we would not be able to use it to create/update spans. Therefore, after we have processed entries to | ||
// report to Sentry, we clear the buffer in an attempt to allow for more entries to be added in the future. | ||
// https://developer.mozilla.org/en-US/docs/Web/API/Performance | ||
logger.log('[Tracing] Clearing most performance marks'); | ||
performance.clearMarks(); | ||
performance.clearMeasures(); | ||
performance.clearResourceTimings(); | ||
Tracing._performanceCursor = Math.max(performance.getEntries().length - 1, 0); | ||
@@ -425,0 +417,0 @@ // tslint:enable: no-unsafe-any |
{ | ||
"name": "@sentry/apm", | ||
"version": "5.14.0", | ||
"version": "5.14.1", | ||
"description": "Extensions for APM", | ||
@@ -19,7 +19,7 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "5.14.0", | ||
"@sentry/hub": "5.14.0", | ||
"@sentry/minimal": "5.14.0", | ||
"@sentry/types": "5.14.0", | ||
"@sentry/utils": "5.14.0", | ||
"@sentry/browser": "5.14.1", | ||
"@sentry/hub": "5.14.1", | ||
"@sentry/minimal": "5.14.1", | ||
"@sentry/types": "5.14.1", | ||
"@sentry/utils": "5.14.1", | ||
"tslib": "^1.9.3" | ||
@@ -26,0 +26,0 @@ }, |
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
287635
3152
+ Added@sentry/browser@5.14.1(transitive)
+ Added@sentry/core@5.14.1(transitive)
+ Added@sentry/hub@5.14.1(transitive)
+ Added@sentry/minimal@5.14.1(transitive)
+ Added@sentry/types@5.14.1(transitive)
+ Added@sentry/utils@5.14.1(transitive)
- Removed@sentry/browser@5.14.0(transitive)
- Removed@sentry/core@5.14.0(transitive)
- Removed@sentry/hub@5.14.0(transitive)
- Removed@sentry/minimal@5.14.0(transitive)
- Removed@sentry/types@5.14.0(transitive)
- Removed@sentry/utils@5.14.0(transitive)
Updated@sentry/browser@5.14.1
Updated@sentry/hub@5.14.1
Updated@sentry/minimal@5.14.1
Updated@sentry/types@5.14.1
Updated@sentry/utils@5.14.1