@sentry-internal/replay
Advanced tools
Comparing version 8.7.0 to 8.8.0
{ | ||
"name": "@sentry-internal/replay", | ||
"version": "8.7.0", | ||
"version": "8.8.0", | ||
"description": "User replays for Sentry", | ||
@@ -50,3 +50,3 @@ "main": "cjs/index.js", | ||
"@babel/core": "^7.17.5", | ||
"@sentry-internal/replay-worker": "8.7.0", | ||
"@sentry-internal/replay-worker": "8.8.0", | ||
"@sentry-internal/rrweb": "2.15.0", | ||
@@ -59,6 +59,6 @@ "@sentry-internal/rrweb-snapshot": "2.15.0", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.7.0", | ||
"@sentry/core": "8.7.0", | ||
"@sentry/types": "8.7.0", | ||
"@sentry/utils": "8.7.0" | ||
"@sentry-internal/browser-utils": "8.8.0", | ||
"@sentry/core": "8.8.0", | ||
"@sentry/types": "8.8.0", | ||
"@sentry/utils": "8.8.0" | ||
}, | ||
@@ -65,0 +65,0 @@ "engines": { |
@@ -33,2 +33,4 @@ import { ReplayRecordingMode, Span } from '@sentry/types'; | ||
readonly timeouts: Timeouts; | ||
/** The replay has to be manually started, because no sample rate (neither session or error) was provided. */ | ||
private _requiresManualStart; | ||
private _throttledAddEvent; | ||
@@ -35,0 +37,0 @@ /** |
@@ -33,2 +33,4 @@ import type { ReplayRecordingMode, Span } from '@sentry/types'; | ||
readonly timeouts: Timeouts; | ||
/** The replay has to be manually started, because no sample rate (neither session or error) was provided. */ | ||
private _requiresManualStart; | ||
private _throttledAddEvent; | ||
@@ -35,0 +37,0 @@ /** |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3674001
21101
+ Added@sentry-internal/browser-utils@8.8.0(transitive)
+ Added@sentry/core@8.8.0(transitive)
+ Added@sentry/types@8.8.0(transitive)
+ Added@sentry/utils@8.8.0(transitive)
- Removed@sentry-internal/browser-utils@8.7.0(transitive)
- Removed@sentry/core@8.7.0(transitive)
- Removed@sentry/types@8.7.0(transitive)
- Removed@sentry/utils@8.7.0(transitive)
Updated@sentry/core@8.8.0
Updated@sentry/types@8.8.0
Updated@sentry/utils@8.8.0