Socket
Socket
Sign inDemoInstall

@sentry-internal/replay

Package Overview
Dependencies
Maintainers
9
Versions
48
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.19.0 to 8.20.0

3

build/npm/types-ts3.8/integration.d.ts

@@ -56,3 +56,3 @@ import { Client, Integration } from '@sentry/types';

* Start a replay regardless of sampling rate. Calling this will always
* create a new session. Will throw an error if replay is already in progress.
* create a new session. Will log a message if replay is already in progress.
*

@@ -75,2 +75,3 @@ * Creates or loads a session, attaches listeners to varying events (DOM,

* If not in "session" recording mode, flush event buffer which will create a new replay.
* If replay is not enabled, a new session replay is started.
* Unless `continueRecording` is false, the replay will continue to record and

@@ -77,0 +78,0 @@ * behave as a "session"-based replay.

@@ -95,3 +95,3 @@ import { ReplayRecordingMode, Span } from '@sentry/types';

* Start a replay regardless of sampling rate. Calling this will always
* create a new session. Will throw an error if replay is already in progress.
* create a new session. Will log a message if replay is already in progress.
*

@@ -98,0 +98,0 @@ * Creates or loads a session, attaches listeners to varying events (DOM,

@@ -57,3 +57,3 @@ import type { Client, Integration } from '@sentry/types';

* Start a replay regardless of sampling rate. Calling this will always
* create a new session. Will throw an error if replay is already in progress.
* create a new session. Will log a message if replay is already in progress.
*

@@ -76,2 +76,3 @@ * Creates or loads a session, attaches listeners to varying events (DOM,

* If not in "session" recording mode, flush event buffer which will create a new replay.
* If replay is not enabled, a new session replay is started.
* Unless `continueRecording` is false, the replay will continue to record and

@@ -78,0 +79,0 @@ * behave as a "session"-based replay.

@@ -95,3 +95,3 @@ import type { ReplayRecordingMode, Span } from '@sentry/types';

* Start a replay regardless of sampling rate. Calling this will always
* create a new session. Will throw an error if replay is already in progress.
* create a new session. Will log a message if replay is already in progress.
*

@@ -98,0 +98,0 @@ * Creates or loads a session, attaches listeners to varying events (DOM,

{
"name": "@sentry-internal/replay",
"version": "8.19.0",
"version": "8.20.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.19.0",
"@sentry-internal/replay-worker": "8.20.0",
"@sentry-internal/rrweb": "2.25.0",

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

"dependencies": {
"@sentry-internal/browser-utils": "8.19.0",
"@sentry/core": "8.19.0",
"@sentry/types": "8.19.0",
"@sentry/utils": "8.19.0"
"@sentry-internal/browser-utils": "8.20.0",
"@sentry/core": "8.20.0",
"@sentry/types": "8.20.0",
"@sentry/utils": "8.20.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

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