Socket
Socket
Sign inDemoInstall

@sentry/replay

Package Overview
Dependencies
Maintainers
11
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/replay - npm Package Compare versions

Comparing version 8.0.0-alpha.1 to 8.0.0-alpha.2

12

package.json
{
"name": "@sentry/replay",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"description": "User replays for Sentry",

@@ -34,3 +34,3 @@ "main": "cjs/index.js",

"@babel/core": "^7.17.5",
"@sentry-internal/replay-worker": "8.0.0-alpha.1",
"@sentry-internal/replay-worker": "8.0.0-alpha.2",
"@sentry-internal/rrweb": "2.11.0",

@@ -42,6 +42,6 @@ "@sentry-internal/rrweb-snapshot": "2.11.0",

"dependencies": {
"@sentry-internal/tracing": "8.0.0-alpha.1",
"@sentry/core": "8.0.0-alpha.1",
"@sentry/types": "8.0.0-alpha.1",
"@sentry/utils": "8.0.0-alpha.1"
"@sentry-internal/tracing": "8.0.0-alpha.2",
"@sentry/core": "8.0.0-alpha.2",
"@sentry/types": "8.0.0-alpha.2",
"@sentry/utils": "8.0.0-alpha.2"
},

@@ -48,0 +48,0 @@ "engines": {

import { Event, TransportMakeRequestResponse } from '@sentry/types';
import { ReplayContainer } from '../types';
type AfterSendEventCallback = (event: Event, sendResponse: TransportMakeRequestResponse | void) => void;
type AfterSendEventCallback = (event: Event, sendResponse: TransportMakeRequestResponse) => void;
/**

@@ -5,0 +5,0 @@ * Returns a listener to be added to `client.on('afterSendErrorEvent, listener)`.

@@ -7,3 +7,3 @@ import { TransportMakeRequestResponse } from '@sentry/types';

*/
export declare function sendReplayRequest({ recordingData, replayId, segmentId: segment_id, eventContext, timestamp, session, }: SendReplayData): Promise<void | TransportMakeRequestResponse>;
export declare function sendReplayRequest({ recordingData, replayId, segmentId: segment_id, eventContext, timestamp, session, }: SendReplayData): Promise<TransportMakeRequestResponse>;
/**

@@ -10,0 +10,0 @@ * This error indicates that the transport returned an invalid status code.

import type { Event, TransportMakeRequestResponse } from '@sentry/types';
import type { ReplayContainer } from '../types';
type AfterSendEventCallback = (event: Event, sendResponse: TransportMakeRequestResponse | void) => void;
type AfterSendEventCallback = (event: Event, sendResponse: TransportMakeRequestResponse) => void;
/**

@@ -5,0 +5,0 @@ * Returns a listener to be added to `client.on('afterSendErrorEvent, listener)`.

@@ -7,3 +7,3 @@ import type { TransportMakeRequestResponse } from '@sentry/types';

*/
export declare function sendReplayRequest({ recordingData, replayId, segmentId: segment_id, eventContext, timestamp, session, }: SendReplayData): Promise<void | TransportMakeRequestResponse>;
export declare function sendReplayRequest({ recordingData, replayId, segmentId: segment_id, eventContext, timestamp, session, }: SendReplayData): Promise<TransportMakeRequestResponse>;
/**

@@ -10,0 +10,0 @@ * This error indicates that the transport returned an invalid status code.

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