Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry-internal/replay

Package Overview
Dependencies
Maintainers
9
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/replay - npm Package Compare versions

Comparing version 8.38.0 to 8.39.0-beta.0

2

build/npm/esm/package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc