🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sentry/replay

Package Overview
Dependencies
Maintainers
1
Versions
248
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
10.60.0
to
10.61.0
+6
build/npm/types-ts...Handlers/handleAfterSegmentSpanEnd.d.ts
import { Span } from '@sentry/core';
import { ReplayContainer } from '../types';
type AfterSegmentSpanEndCallback = (segmentSpan: Span) => void;
export declare function handleAfterSegmentSpanEnd(replay: ReplayContainer): AfterSegmentSpanEndCallback;
export {};
//# sourceMappingURL=handleAfterSegmentSpanEnd.d.ts.map
import { ReplayContainer } from '../../types';
export declare function addTraceIdToContext(replay: ReplayContainer, traceId: string): void;
//# sourceMappingURL=addTraceIdToContext.d.ts.map
import type { Span } from '@sentry/core';
import type { ReplayContainer } from '../types';
type AfterSegmentSpanEndCallback = (segmentSpan: Span) => void;
export declare function handleAfterSegmentSpanEnd(replay: ReplayContainer): AfterSegmentSpanEndCallback;
export {};
//# sourceMappingURL=handleAfterSegmentSpanEnd.d.ts.map
{"version":3,"file":"handleAfterSegmentSpanEnd.d.ts","sourceRoot":"","sources":["../../../../src/coreHandlers/handleAfterSegmentSpanEnd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGhD,KAAK,2BAA2B,GAAG,CAAC,WAAW,EAAE,IAAI,KAAK,IAAI,CAAC;AAE/D,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,eAAe,GAAG,2BAA2B,CAW9F"}
import type { ReplayContainer } from '../../types';
export declare function addTraceIdToContext(replay: ReplayContainer, traceId: string): void;
//# sourceMappingURL=addTraceIdToContext.d.ts.map
{"version":3,"file":"addTraceIdToContext.d.ts","sourceRoot":"","sources":["../../../../../src/coreHandlers/util/addTraceIdToContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI,CAKlF"}
+1
-1

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

{"type":"module","version":"10.60.0","sideEffects":false}
{"type":"module","version":"10.61.0","sideEffects":false}

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

{"version":3,"file":"handleAfterSendEvent.d.ts","sourceRoot":"","sources":["../../../../src/coreHandlers/handleAfterSendEvent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,KAAK,EAAoB,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAEtG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGhD,KAAK,sBAAsB,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,4BAA4B,KAAK,IAAI,CAAC;AAEjG;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,eAAe,GAAG,sBAAsB,CAqBpF"}
{"version":3,"file":"handleAfterSendEvent.d.ts","sourceRoot":"","sources":["../../../../src/coreHandlers/handleAfterSendEvent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,KAAK,EAAoB,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAEtG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAIhD,KAAK,sBAAsB,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,4BAA4B,KAAK,IAAI,CAAC;AAEjG;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,eAAe,GAAG,sBAAsB,CAqBpF"}

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

{"version":3,"file":"addGlobalListeners.d.ts","sourceRoot":"","sources":["../../../../src/util/addGlobalListeners.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,eAAe,GAAG,IAAI,CAwDhE"}
{"version":3,"file":"addGlobalListeners.d.ts","sourceRoot":"","sources":["../../../../src/util/addGlobalListeners.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,eAAe,GAAG,IAAI,CA0DhE"}
{
"name": "@sentry/replay",
"version": "10.60.0",
"version": "10.61.0",
"description": "User replays for Sentry",

@@ -83,3 +83,3 @@ "main": "build/npm/cjs/index.js",

"@babel/core": "^7.29.6",
"@sentry-internal/replay-worker": "10.60.0",
"@sentry-internal/replay-worker": "10.61.0",
"@sentry/rrweb": "2.43.2",

@@ -92,4 +92,4 @@ "@sentry/rrweb-snapshot": "2.43.2",

"dependencies": {
"@sentry/browser-utils": "10.60.0",
"@sentry/core": "10.60.0"
"@sentry/browser-utils": "10.61.0",
"@sentry/core": "10.61.0"
},

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display