New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/replay

Package Overview
Dependencies
Maintainers
12
Versions
236
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

to
7.61.1

types/util/log.d.ts

10

package.json
{
"name": "@sentry/replay",
"version": "7.61.0",
"version": "7.61.1",
"description": "User replays for Sentry",

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

"@babel/core": "^7.17.5",
"@sentry-internal/replay-worker": "7.61.0",
"@sentry-internal/replay-worker": "7.61.1",
"@sentry-internal/rrweb": "1.108.0",

@@ -36,5 +36,5 @@ "@sentry-internal/rrweb-snapshot": "1.108.0",

"dependencies": {
"@sentry/core": "7.61.0",
"@sentry/types": "7.61.0",
"@sentry/utils": "7.61.0"
"@sentry/core": "7.61.1",
"@sentry/types": "7.61.1",
"@sentry/utils": "7.61.1"
},

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

@@ -5,3 +5,3 @@ import type { Session } from '../types';

*/
export declare function fetchSession(): Session | null;
export declare function fetchSession(traceInternals?: boolean): Session | null;
//# sourceMappingURL=fetchSession.d.ts.map

@@ -8,2 +8,3 @@ import type { Session, SessionOptions, Timeouts } from '../types';

currentSession?: Session;
traceInternals?: boolean;
}

@@ -13,3 +14,3 @@ /**

*/
export declare function getSession({ timeouts, currentSession, stickySession, sessionSampleRate, allowBuffering, }: GetSessionParams): {
export declare function getSession({ timeouts, currentSession, stickySession, sessionSampleRate, allowBuffering, traceInternals, }: GetSessionParams): {
type: 'new' | 'saved';

@@ -16,0 +17,0 @@ session: Session;

import type { Breadcrumb } from '@sentry/types';
import type { HistoryData, LargestContentfulPaintData, MemoryData, NavigationData, NetworkRequestData, PaintData, ResourceData } from './performance';
import type { EventType } from './rrweb';
type AnyRecord = Record<string, any>;
interface BaseBreadcrumbFrame {

@@ -11,3 +12,3 @@ timestamp: number;

category: string;
data?: Record<string, any>;
data?: AnyRecord;
message?: string;

@@ -21,3 +22,3 @@ }

textContent: string;
attributes: Record<string, any>;
attributes: AnyRecord;
};

@@ -110,3 +111,3 @@ }

endTimestamp: number;
data?: undefined | Record<string, any>;
data?: undefined | AnyRecord;
}

@@ -113,0 +114,0 @@ interface HistoryFrame extends BaseSpanFrame {

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

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

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