@sentry/replay
Advanced tools
Comparing version 0.5.22 to 0.5.23
@@ -30,8 +30,2 @@ import { Breadcrumb, Event, Integration } from '@sentry/types'; | ||
readonly options: SentryReplayPluginOptions; | ||
/** | ||
* The timestamp of the first event since the last flush. This is used to | ||
* determine if the maximum allowed time has passed before events should be | ||
* flushed again. | ||
*/ | ||
private initialEventTimestampSinceFlush; | ||
private performanceObserver; | ||
@@ -38,0 +32,0 @@ private retryCount; |
@@ -30,8 +30,2 @@ import { Breadcrumb, Event, Integration } from '@sentry/types'; | ||
readonly options: SentryReplayPluginOptions; | ||
/** | ||
* The timestamp of the first event since the last flush. This is used to | ||
* determine if the maximum allowed time has passed before events should be | ||
* flushed again. | ||
*/ | ||
private initialEventTimestampSinceFlush; | ||
private performanceObserver; | ||
@@ -38,0 +32,0 @@ private retryCount; |
{ | ||
"name": "@sentry/replay", | ||
"version": "0.5.22", | ||
"version": "0.5.23", | ||
"description": "User replays for Sentry", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
486555
5377