@sentry-internal/replay
Advanced tools
Comparing version 8.41.0-beta.0 to 8.41.0-beta.1
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"8.41.0-beta.0","sideEffects":false} | ||
{"type":"module","version":"8.41.0-beta.1","sideEffects":false} |
@@ -11,2 +11,4 @@ import { AddEventResult, EventBuffer, EventBufferType, RecordingEvent } from '../types'; | ||
hasCheckout: boolean; | ||
/** @inheritdoc */ | ||
waitForCheckout: boolean; | ||
private _totalSize; | ||
@@ -13,0 +15,0 @@ constructor(); |
@@ -10,2 +10,4 @@ import { ReplayRecordingData } from '@sentry/types'; | ||
hasCheckout: boolean; | ||
/** @inheritdoc */ | ||
waitForCheckout: boolean; | ||
private _worker; | ||
@@ -12,0 +14,0 @@ private _earliestTimestamp; |
@@ -14,2 +14,5 @@ import { ReplayRecordingData } from '@sentry/types'; | ||
constructor(worker: Worker); | ||
/*@inheritdoc | ||
@inheritdoc */ | ||
waitForCheckout: boolean; | ||
/*@inheritdoc */ | ||
@@ -16,0 +19,0 @@ readonly type: EventBufferType; |
@@ -329,2 +329,7 @@ import { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Span, XhrBreadcrumbHint } from '@sentry/types'; | ||
/** | ||
* If the event buffer needs to wait for a checkout event before it | ||
* starts buffering events. | ||
*/ | ||
waitForCheckout: boolean; | ||
/** | ||
* Destroy the event buffer. | ||
@@ -331,0 +336,0 @@ */ |
@@ -11,2 +11,4 @@ import type { AddEventResult, EventBuffer, EventBufferType, RecordingEvent } from '../types'; | ||
hasCheckout: boolean; | ||
/** @inheritdoc */ | ||
waitForCheckout: boolean; | ||
private _totalSize; | ||
@@ -13,0 +15,0 @@ constructor(); |
@@ -10,2 +10,4 @@ import type { ReplayRecordingData } from '@sentry/types'; | ||
hasCheckout: boolean; | ||
/** @inheritdoc */ | ||
waitForCheckout: boolean; | ||
private _worker; | ||
@@ -12,0 +14,0 @@ private _earliestTimestamp; |
@@ -15,2 +15,4 @@ import type { ReplayRecordingData } from '@sentry/types'; | ||
/** @inheritdoc */ | ||
get waitForCheckout(): boolean; | ||
/** @inheritdoc */ | ||
get type(): EventBufferType; | ||
@@ -23,2 +25,4 @@ /** @inheritDoc */ | ||
set hasCheckout(value: boolean); | ||
/** @inheritdoc */ | ||
set waitForCheckout(value: boolean); | ||
/** @inheritDoc */ | ||
@@ -25,0 +29,0 @@ destroy(): void; |
@@ -329,2 +329,7 @@ import type { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Span, XhrBreadcrumbHint } from '@sentry/types'; | ||
/** | ||
* If the event buffer needs to wait for a checkout event before it | ||
* starts buffering events. | ||
*/ | ||
waitForCheckout: boolean; | ||
/** | ||
* Destroy the event buffer. | ||
@@ -331,0 +336,0 @@ */ |
{ | ||
"name": "@sentry-internal/replay", | ||
"version": "8.41.0-beta.0", | ||
"version": "8.41.0-beta.1", | ||
"description": "User replays for Sentry", | ||
@@ -71,3 +71,3 @@ "main": "build/npm/cjs/index.js", | ||
"@babel/core": "^7.17.5", | ||
"@sentry-internal/replay-worker": "8.41.0-beta.0", | ||
"@sentry-internal/replay-worker": "8.41.0-beta.1", | ||
"@sentry-internal/rrweb": "2.29.0", | ||
@@ -80,5 +80,5 @@ "@sentry-internal/rrweb-snapshot": "2.29.0", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.41.0-beta.0", | ||
"@sentry/core": "8.41.0-beta.0", | ||
"@sentry/types": "8.41.0-beta.0" | ||
"@sentry-internal/browser-utils": "8.41.0-beta.1", | ||
"@sentry/core": "8.41.0-beta.1", | ||
"@sentry/types": "8.41.0-beta.1" | ||
}, | ||
@@ -85,0 +85,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3799333
21907
+ Added@sentry-internal/browser-utils@8.41.0-beta.1(transitive)
+ Added@sentry/core@8.41.0-beta.1(transitive)
+ Added@sentry/types@8.41.0-beta.1(transitive)
- Removed@sentry-internal/browser-utils@8.41.0-beta.0(transitive)
- Removed@sentry/core@8.41.0-beta.0(transitive)
- Removed@sentry/types@8.41.0-beta.0(transitive)
Updated@sentry/core@8.41.0-beta.1
Updated@sentry/types@8.41.0-beta.1