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
64
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.35.0-alpha.0 to 8.35.0-beta.0

2

build/npm/esm/package.json

@@ -1,1 +0,1 @@

{"type":"module","version":"8.35.0-alpha.0","sideEffects":false}
{"type":"module","version":"8.35.0-beta.0","sideEffects":false}

@@ -312,9 +312,2 @@ 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 */

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

type JsonObject = Record<string, unknown>;
type JsonArray = unknown[];
export type NetworkBody = JsonObject | JsonArray | string;
export type NetworkMetaWarning = 'MAYBE_JSON_TRUNCATED' | 'TEXT_TRUNCATED' | 'URL_SKIPPED' | 'BODY_PARSE_ERROR' | 'UNPARSEABLE_BODY_TYPE';
export type NetworkMetaWarning = 'MAYBE_JSON_TRUNCATED' | 'TEXT_TRUNCATED' | 'URL_SKIPPED' | 'BODY_PARSE_ERROR' | 'BODY_PARSE_TIMEOUT' | 'UNPARSEABLE_BODY_TYPE';
interface NetworkMeta {

@@ -6,0 +6,0 @@ warnings?: NetworkMetaWarning[];

@@ -312,9 +312,2 @@ 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 */

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

type JsonObject = Record<string, unknown>;
type JsonArray = unknown[];
export type NetworkBody = JsonObject | JsonArray | string;
export type NetworkMetaWarning = 'MAYBE_JSON_TRUNCATED' | 'TEXT_TRUNCATED' | 'URL_SKIPPED' | 'BODY_PARSE_ERROR' | 'UNPARSEABLE_BODY_TYPE';
export type NetworkMetaWarning = 'MAYBE_JSON_TRUNCATED' | 'TEXT_TRUNCATED' | 'URL_SKIPPED' | 'BODY_PARSE_ERROR' | 'BODY_PARSE_TIMEOUT' | 'UNPARSEABLE_BODY_TYPE';
interface NetworkMeta {

@@ -6,0 +6,0 @@ warnings?: NetworkMetaWarning[];

{
"name": "@sentry-internal/replay",
"version": "8.35.0-alpha.0",
"version": "8.35.0-beta.0",
"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.35.0-alpha.0",
"@sentry-internal/replay-worker": "8.35.0-beta.0",
"@sentry-internal/rrweb": "2.28.0",

@@ -80,6 +80,6 @@ "@sentry-internal/rrweb-snapshot": "2.28.0",

"dependencies": {
"@sentry-internal/browser-utils": "8.35.0-alpha.0",
"@sentry/core": "8.35.0-alpha.0",
"@sentry/types": "8.35.0-alpha.0",
"@sentry/utils": "8.35.0-alpha.0"
"@sentry-internal/browser-utils": "8.35.0-beta.0",
"@sentry/core": "8.35.0-beta.0",
"@sentry/types": "8.35.0-beta.0",
"@sentry/utils": "8.35.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

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