@sentry-internal/replay
Advanced tools
Comparing version 8.9.2 to 8.10.0
{ | ||
"name": "@sentry-internal/replay", | ||
"version": "8.9.2", | ||
"version": "8.10.0", | ||
"description": "User replays for Sentry", | ||
@@ -50,3 +50,3 @@ "main": "cjs/index.js", | ||
"@babel/core": "^7.17.5", | ||
"@sentry-internal/replay-worker": "8.9.2", | ||
"@sentry-internal/replay-worker": "8.10.0", | ||
"@sentry-internal/rrweb": "2.15.0", | ||
@@ -59,6 +59,6 @@ "@sentry-internal/rrweb-snapshot": "2.15.0", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.9.2", | ||
"@sentry/core": "8.9.2", | ||
"@sentry/types": "8.9.2", | ||
"@sentry/utils": "8.9.2" | ||
"@sentry-internal/browser-utils": "8.10.0", | ||
"@sentry/core": "8.10.0", | ||
"@sentry/types": "8.10.0", | ||
"@sentry/utils": "8.10.0" | ||
}, | ||
@@ -65,0 +65,0 @@ "engines": { |
@@ -52,2 +52,9 @@ import { Breadcrumb } from '@sentry/types'; | ||
} | ||
interface ReplayHydrationErrorFrameData { | ||
url: string; | ||
} | ||
interface ReplayHydrationErrorFrame extends ReplayBaseBreadcrumbFrame { | ||
category: 'replay.hydrate-error'; | ||
data: ReplayHydrationErrorFrameData; | ||
} | ||
interface ReplayKeyboardEventFrameData extends ReplayBaseDomFrameData { | ||
@@ -112,3 +119,3 @@ metaKey: boolean; | ||
} | ||
export type ReplayBreadcrumbFrame = ReplayConsoleFrame | ReplayClickFrame | ReplayInputFrame | ReplayKeyboardEventFrame | ReplayBlurFrame | ReplayFocusFrame | ReplaySlowClickFrame | ReplayMultiClickFrame | ReplayMutationFrame | ReplayFeedbackFrame | ReplayBaseBreadcrumbFrame; | ||
export type ReplayBreadcrumbFrame = ReplayConsoleFrame | ReplayClickFrame | ReplayInputFrame | ReplayKeyboardEventFrame | ReplayBlurFrame | ReplayFocusFrame | ReplaySlowClickFrame | ReplayMultiClickFrame | ReplayMutationFrame | ReplayHydrationErrorFrame | ReplayFeedbackFrame | ReplayBaseBreadcrumbFrame; | ||
interface ReplayBaseSpanFrame { | ||
@@ -115,0 +122,0 @@ op: string; |
@@ -52,2 +52,9 @@ import type { Breadcrumb } from '@sentry/types'; | ||
} | ||
interface ReplayHydrationErrorFrameData { | ||
url: string; | ||
} | ||
interface ReplayHydrationErrorFrame extends ReplayBaseBreadcrumbFrame { | ||
category: 'replay.hydrate-error'; | ||
data: ReplayHydrationErrorFrameData; | ||
} | ||
interface ReplayKeyboardEventFrameData extends ReplayBaseDomFrameData { | ||
@@ -112,3 +119,3 @@ metaKey: boolean; | ||
} | ||
export type ReplayBreadcrumbFrame = ReplayConsoleFrame | ReplayClickFrame | ReplayInputFrame | ReplayKeyboardEventFrame | ReplayBlurFrame | ReplayFocusFrame | ReplaySlowClickFrame | ReplayMultiClickFrame | ReplayMutationFrame | ReplayFeedbackFrame | ReplayBaseBreadcrumbFrame; | ||
export type ReplayBreadcrumbFrame = ReplayConsoleFrame | ReplayClickFrame | ReplayInputFrame | ReplayKeyboardEventFrame | ReplayBlurFrame | ReplayFocusFrame | ReplaySlowClickFrame | ReplayMultiClickFrame | ReplayMutationFrame | ReplayHydrationErrorFrame | ReplayFeedbackFrame | ReplayBaseBreadcrumbFrame; | ||
interface ReplayBaseSpanFrame { | ||
@@ -115,0 +122,0 @@ op: string; |
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
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
3700495
21312
+ Added@sentry-internal/browser-utils@8.10.0(transitive)
+ Added@sentry/core@8.10.0(transitive)
+ Added@sentry/types@8.10.0(transitive)
+ Added@sentry/utils@8.10.0(transitive)
- Removed@sentry-internal/browser-utils@8.9.2(transitive)
- Removed@sentry/core@8.9.2(transitive)
- Removed@sentry/types@8.9.2(transitive)
- Removed@sentry/utils@8.9.2(transitive)
Updated@sentry/core@8.10.0
Updated@sentry/types@8.10.0
Updated@sentry/utils@8.10.0