@sentry-internal/replay
Advanced tools
Comparing version 8.39.0 to 8.40.0
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"8.39.0","sideEffects":false} | ||
{"type":"module","version":"8.40.0","sideEffects":false} |
@@ -1,2 +0,2 @@ | ||
export declare const WINDOW: import("@sentry/utils").InternalGlobal & Window; | ||
export declare const WINDOW: import("@sentry/core").InternalGlobal & Window; | ||
export declare const REPLAY_SESSION_KEY = "sentryReplaySession"; | ||
@@ -3,0 +3,0 @@ export declare const REPLAY_EVENT_NAME = "replay_event"; |
@@ -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 @@ */ |
@@ -0,3 +1,3 @@ | ||
import { RateLimits } from '@sentry/core'; | ||
import { TransportMakeRequestResponse } from '@sentry/types'; | ||
import { RateLimits } from '@sentry/utils'; | ||
import { SendReplayData } from '../types'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
export declare const WINDOW: import("@sentry/utils").InternalGlobal & Window; | ||
export declare const WINDOW: import("@sentry/core").InternalGlobal & Window; | ||
export declare const REPLAY_SESSION_KEY = "sentryReplaySession"; | ||
@@ -3,0 +3,0 @@ export declare const REPLAY_EVENT_NAME = "replay_event"; |
@@ -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 @@ */ |
@@ -0,3 +1,3 @@ | ||
import type { RateLimits } from '@sentry/core'; | ||
import type { TransportMakeRequestResponse } from '@sentry/types'; | ||
import type { RateLimits } from '@sentry/utils'; | ||
import type { SendReplayData } from '../types'; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@sentry-internal/replay", | ||
"version": "8.39.0", | ||
"version": "8.40.0", | ||
"description": "User replays for Sentry", | ||
@@ -55,3 +55,3 @@ "main": "build/npm/cjs/index.js", | ||
"lint": "eslint . --format stylish", | ||
"test": "vitest", | ||
"test": "vitest run", | ||
"test:watch": "vitest --watch", | ||
@@ -72,3 +72,3 @@ "yalc:publish": "yalc publish --push --sig" | ||
"@babel/core": "^7.17.5", | ||
"@sentry-internal/replay-worker": "8.39.0", | ||
"@sentry-internal/replay-worker": "8.40.0", | ||
"@sentry-internal/rrweb": "2.29.0", | ||
@@ -81,6 +81,5 @@ "@sentry-internal/rrweb-snapshot": "2.29.0", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.39.0", | ||
"@sentry/core": "8.39.0", | ||
"@sentry/types": "8.39.0", | ||
"@sentry/utils": "8.39.0" | ||
"@sentry-internal/browser-utils": "8.40.0", | ||
"@sentry/core": "8.40.0", | ||
"@sentry/types": "8.40.0" | ||
}, | ||
@@ -87,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
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
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
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
3799291
3
21907
+ Added@sentry-internal/browser-utils@8.40.0(transitive)
+ Added@sentry/core@8.40.0(transitive)
+ Added@sentry/types@8.40.0(transitive)
- Removed@sentry/utils@8.39.0
- Removed@sentry-internal/browser-utils@8.39.0(transitive)
- Removed@sentry/core@8.39.0(transitive)
- Removed@sentry/types@8.39.0(transitive)
- Removed@sentry/utils@8.39.0(transitive)
Updated@sentry/core@8.40.0
Updated@sentry/types@8.40.0