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-dev.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-dev.0","sideEffects":false}
import { Breadcrumb } from '@sentry/types';
import { ReplayContainer } from '../types';
import { ReplayFrame } from '../types/replayFrame';
type BreadcrumbWithCategory = Required<Pick<Breadcrumb, 'category'>>;
type BreadcrumbWithCategory = Pick<Breadcrumb, Exclude<keyof Breadcrumb, 'category'>> & Required<Pick<Breadcrumb, 'category'>>;
/**

@@ -6,0 +6,0 @@ * Handle breadcrumbs that Sentry captures, and make sure to capture relevant breadcrumbs to Replay as well.

@@ -13,2 +13,3 @@ import { ReplayRecordingData } from '@sentry/types';

private _totalSize;
private _totalEvents;
constructor(worker: Worker);

@@ -15,0 +16,0 @@ /*@inheritdoc */

@@ -312,2 +312,9 @@ import { ReplayRecordingMode, Span } from '@sentry/types';

private _flush;
/**
* Checks to see if replay duration is within bounds during a flush. If it is
* too short, will queue up a new flush to prevent short replays.
*
* Returns true if duration is ok, false otherwise
*/
private _checkReplayDurationDuringFlush;
/** Save the session, if it is sticky */

@@ -314,0 +321,0 @@ private _maybeSaveSession;

import type { Breadcrumb } from '@sentry/types';
import type { ReplayContainer } from '../types';
import type { ReplayFrame } from '../types/replayFrame';
type BreadcrumbWithCategory = Required<Pick<Breadcrumb, 'category'>>;
type BreadcrumbWithCategory = Omit<Breadcrumb, 'category'> & Required<Pick<Breadcrumb, 'category'>>;
/**

@@ -6,0 +6,0 @@ * Handle breadcrumbs that Sentry captures, and make sure to capture relevant breadcrumbs to Replay as well.

@@ -13,2 +13,3 @@ import type { ReplayRecordingData } from '@sentry/types';

private _totalSize;
private _totalEvents;
constructor(worker: Worker);

@@ -15,0 +16,0 @@ /** @inheritdoc */

@@ -312,2 +312,9 @@ import type { ReplayRecordingMode, Span } from '@sentry/types';

private _flush;
/**
* Checks to see if replay duration is within bounds during a flush. If it is
* too short, will queue up a new flush to prevent short replays.
*
* Returns true if duration is ok, false otherwise
*/
private _checkReplayDurationDuringFlush;
/** Save the session, if it is sticky */

@@ -314,0 +321,0 @@ private _maybeSaveSession;

{
"name": "@sentry-internal/replay",
"version": "8.38.0",
"version": "8.39.0-dev.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-dev.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-dev.0",
"@sentry/core": "8.39.0-dev.0",
"@sentry/types": "8.39.0-dev.0",
"@sentry/utils": "8.39.0-dev.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

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