@sentry-internal/replay
Advanced tools
@@ -1,1 +0,1 @@ | ||
| {"type":"module","version":"10.36.0","sideEffects":false} | ||
| {"type":"module","version":"10.37.0","sideEffects":false} |
@@ -20,2 +20,9 @@ import { RateLimits, TransportMakeRequestResponse } from '@sentry/core'; | ||
| } | ||
| /** | ||
| * This error indicates that the replay duration limit was exceeded and the session is too long. | ||
| * | ||
| */ | ||
| export declare class ReplayDurationLimitError extends Error { | ||
| constructor(); | ||
| } | ||
| //# sourceMappingURL=sendReplayRequest.d.ts.map |
@@ -20,2 +20,9 @@ import type { RateLimits, TransportMakeRequestResponse } from '@sentry/core'; | ||
| } | ||
| /** | ||
| * This error indicates that the replay duration limit was exceeded and the session is too long. | ||
| * | ||
| */ | ||
| export declare class ReplayDurationLimitError extends Error { | ||
| constructor(); | ||
| } | ||
| //# sourceMappingURL=sendReplayRequest.d.ts.map |
+4
-4
| { | ||
| "name": "@sentry-internal/replay", | ||
| "version": "10.36.0", | ||
| "version": "10.37.0", | ||
| "description": "User replays for Sentry", | ||
@@ -84,3 +84,3 @@ "main": "build/npm/cjs/index.js", | ||
| "@babel/core": "^7.27.7", | ||
| "@sentry-internal/replay-worker": "10.36.0", | ||
| "@sentry-internal/replay-worker": "10.37.0", | ||
| "@sentry-internal/rrweb": "2.40.0", | ||
@@ -93,4 +93,4 @@ "@sentry-internal/rrweb-snapshot": "2.40.0", | ||
| "dependencies": { | ||
| "@sentry-internal/browser-utils": "10.36.0", | ||
| "@sentry/core": "10.36.0" | ||
| "@sentry-internal/browser-utils": "10.37.0", | ||
| "@sentry/core": "10.37.0" | ||
| }, | ||
@@ -97,0 +97,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
2631382
0.11%23111
0.21%+ Added
+ Added
- Removed
- Removed
Updated