@sentry/replay
Advanced tools
Comparing version 7.82.0 to 7.83.0
{ | ||
"name": "@sentry/replay", | ||
"version": "7.82.0", | ||
"version": "7.83.0", | ||
"description": "User replays for Sentry", | ||
@@ -28,3 +28,3 @@ "main": "cjs/index.js", | ||
"@babel/core": "^7.17.5", | ||
"@sentry-internal/replay-worker": "7.82.0", | ||
"@sentry-internal/replay-worker": "7.83.0", | ||
"@sentry-internal/rrweb": "2.2.0", | ||
@@ -36,6 +36,6 @@ "@sentry-internal/rrweb-snapshot": "2.2.0", | ||
"dependencies": { | ||
"@sentry-internal/tracing": "7.82.0", | ||
"@sentry/core": "7.82.0", | ||
"@sentry/types": "7.82.0", | ||
"@sentry/utils": "7.82.0" | ||
"@sentry-internal/tracing": "7.83.0", | ||
"@sentry/core": "7.83.0", | ||
"@sentry/types": "7.83.0", | ||
"@sentry/utils": "7.83.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "engines": { |
import { INode } from '@sentry-internal/rrweb-snapshot'; | ||
import { HandlerDataDom } from '@sentry/types'; | ||
/** Get the closest interactive parent element, or else return the given element. */ | ||
@@ -11,3 +10,3 @@ export declare function getClosestInteractive(element: Element): Element; | ||
*/ | ||
export declare function getClickTargetNode(event: HandlerDataDom['event'] | MouseEvent | Node): Node | INode | null; | ||
export declare function getClickTargetNode(event: Event | MouseEvent | Node): Node | INode | null; | ||
/** Get the event target node. */ | ||
@@ -14,0 +13,0 @@ export declare function getTargetNode(event: Node | { |
import type { INode } from '@sentry-internal/rrweb-snapshot'; | ||
import type { HandlerDataDom } from '@sentry/types'; | ||
/** Get the closest interactive parent element, or else return the given element. */ | ||
@@ -11,3 +10,3 @@ export declare function getClosestInteractive(element: Element): Element; | ||
*/ | ||
export declare function getClickTargetNode(event: HandlerDataDom['event'] | MouseEvent | Node): Node | INode | null; | ||
export declare function getClickTargetNode(event: Event | MouseEvent | Node): Node | INode | null; | ||
/** Get the event target node. */ | ||
@@ -14,0 +13,0 @@ export declare function getTargetNode(event: Node | { |
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
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
2292599
223
20715
+ Added@sentry-internal/tracing@7.83.0(transitive)
+ Added@sentry/core@7.83.0(transitive)
+ Added@sentry/types@7.83.0(transitive)
+ Added@sentry/utils@7.83.0(transitive)
- Removed@sentry-internal/tracing@7.82.0(transitive)
- Removed@sentry/core@7.82.0(transitive)
- Removed@sentry/types@7.82.0(transitive)
- Removed@sentry/utils@7.82.0(transitive)
Updated@sentry/core@7.83.0
Updated@sentry/types@7.83.0
Updated@sentry/utils@7.83.0