@sentry-internal/replay
Advanced tools
Comparing version 8.38.0 to 8.39.0-beta.0
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"8.38.0","sideEffects":false} | ||
{"type":"module","version":"8.39.0-beta.0","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.38.0", | ||
"version": "8.39.0-beta.0", | ||
"description": "User replays for Sentry", | ||
@@ -71,5 +71,5 @@ "main": "build/npm/cjs/index.js", | ||
"@babel/core": "^7.17.5", | ||
"@sentry-internal/replay-worker": "8.38.0", | ||
"@sentry-internal/rrweb": "2.28.0", | ||
"@sentry-internal/rrweb-snapshot": "2.28.0", | ||
"@sentry-internal/replay-worker": "8.39.0-beta.0", | ||
"@sentry-internal/rrweb": "2.29.0", | ||
"@sentry-internal/rrweb-snapshot": "2.29.0", | ||
"fflate": "^0.8.1", | ||
@@ -80,6 +80,6 @@ "jest-matcher-utils": "^29.0.0", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.38.0", | ||
"@sentry/core": "8.38.0", | ||
"@sentry/types": "8.38.0", | ||
"@sentry/utils": "8.38.0" | ||
"@sentry-internal/browser-utils": "8.39.0-beta.0", | ||
"@sentry/core": "8.39.0-beta.0", | ||
"@sentry/types": "8.39.0-beta.0", | ||
"@sentry/utils": "8.39.0-beta.0" | ||
}, | ||
@@ -86,0 +86,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3798109
21905
1
+ Added@sentry-internal/browser-utils@8.39.0-beta.0(transitive)
+ Added@sentry/core@8.39.0-beta.0(transitive)
+ Added@sentry/types@8.39.0-beta.0(transitive)
+ Added@sentry/utils@8.39.0-beta.0(transitive)
- Removed@sentry-internal/browser-utils@8.38.0(transitive)
- Removed@sentry/core@8.38.0(transitive)
- Removed@sentry/types@8.38.0(transitive)
- Removed@sentry/utils@8.38.0(transitive)
Updated@sentry/core@8.39.0-beta.0
Updated@sentry/types@8.39.0-beta.0
Updated@sentry/utils@8.39.0-beta.0