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.21.0 to 8.22.0

4

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

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

getOptions(): ReplayPluginOptions;
/** A wrapper to conditionally capture exceptions. */
handleException(error: unknown): void;
/**

@@ -222,4 +224,2 @@ * Initializes the plugin based on sampling configuration. Should not be

private _initializeRecording;
/** A wrapper to conditionally capture exceptions. */
private _handleException;
/**

@@ -226,0 +226,0 @@ * Loads (or refreshes) the current session.

@@ -80,5 +80,5 @@ import { ReplayNetworkRequestOrResponse } from './request';

/**
* The recording id of the LCP node. -1 if not found
* The recording id of the web vital nodes. -1 if not found
*/
nodeId?: number;
nodeIds?: number[];
}

@@ -85,0 +85,0 @@ /**

@@ -404,2 +404,3 @@ import { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Span, XhrBreadcrumbHint } from '@sentry/types';

getCurrentRoute(): string | undefined;
handleException(err: unknown): void;
}

@@ -406,0 +407,0 @@ type RequestBody = null | Blob | BufferSource | FormData | URLSearchParams | string;

@@ -45,6 +45,2 @@ import { AllPerformanceEntry, AllPerformanceEntryData, ReplayContainer, ReplayPerformanceEntry, WebVitalData } from '../types';

export declare function getInteractionToNextPaint(metric: Metric): ReplayPerformanceEntry<WebVitalData>;
/**
* Add an web vital event to the replay based on the web vital metric.
*/
export declare function getWebVital(metric: Metric, name: string, node: Node | undefined): ReplayPerformanceEntry<WebVitalData>;
//# sourceMappingURL=createPerformanceEntries.d.ts.map

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

getOptions(): ReplayPluginOptions;
/** A wrapper to conditionally capture exceptions. */
handleException(error: unknown): void;
/**

@@ -222,4 +224,2 @@ * Initializes the plugin based on sampling configuration. Should not be

private _initializeRecording;
/** A wrapper to conditionally capture exceptions. */
private _handleException;
/**

@@ -226,0 +226,0 @@ * Loads (or refreshes) the current session.

@@ -80,5 +80,5 @@ import type { ReplayNetworkRequestOrResponse } from './request';

/**
* The recording id of the LCP node. -1 if not found
* The recording id of the web vital nodes. -1 if not found
*/
nodeId?: number;
nodeIds?: number[];
}

@@ -85,0 +85,0 @@ /**

@@ -404,2 +404,3 @@ import type { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Span, XhrBreadcrumbHint } from '@sentry/types';

getCurrentRoute(): string | undefined;
handleException(err: unknown): void;
}

@@ -406,0 +407,0 @@ type RequestBody = null | Blob | BufferSource | FormData | URLSearchParams | string;

@@ -45,6 +45,2 @@ import type { AllPerformanceEntry, AllPerformanceEntryData, ReplayContainer, ReplayPerformanceEntry, WebVitalData } from '../types';

export declare function getInteractionToNextPaint(metric: Metric): ReplayPerformanceEntry<WebVitalData>;
/**
* Add an web vital event to the replay based on the web vital metric.
*/
export declare function getWebVital(metric: Metric, name: string, node: Node | undefined): ReplayPerformanceEntry<WebVitalData>;
//# sourceMappingURL=createPerformanceEntries.d.ts.map
{
"name": "@sentry-internal/replay",
"version": "8.21.0",
"version": "8.22.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.21.0",
"@sentry-internal/replay-worker": "8.22.0",
"@sentry-internal/rrweb": "2.25.0",

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

"dependencies": {
"@sentry-internal/browser-utils": "8.21.0",
"@sentry/core": "8.21.0",
"@sentry/types": "8.21.0",
"@sentry/utils": "8.21.0"
"@sentry-internal/browser-utils": "8.22.0",
"@sentry/core": "8.22.0",
"@sentry/types": "8.22.0",
"@sentry/utils": "8.22.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