@sentry/types
Advanced tools
Comparing version 7.82.0 to 7.83.0
{ | ||
"name": "@sentry/types", | ||
"version": "7.82.0", | ||
"version": "7.83.0", | ||
"description": "Types for all Sentry JavaScript SDKs", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", |
@@ -15,3 +15,2 @@ export { Attachment } from './attachment'; | ||
export { Extra, Extras } from './extra'; | ||
export {} from './globals'; | ||
export { Hub } from './hub'; | ||
@@ -18,0 +17,0 @@ export { Integration, IntegrationClass } from './integration'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { WebFetchHeaders } from './webfetchapi'; | ||
@@ -54,4 +53,4 @@ type XHRSendInput = unknown; | ||
export interface HandlerDataDom { | ||
event: Event | { | ||
target: EventTarget; | ||
event: object | { | ||
target: object; | ||
}; | ||
@@ -73,3 +72,3 @@ name: string; | ||
line?: number; | ||
msg: string | Event; | ||
msg: string | object; | ||
url?: string; | ||
@@ -76,0 +75,0 @@ } |
@@ -15,3 +15,2 @@ export type { Attachment } from './attachment'; | ||
export type { Extra, Extras } from './extra'; | ||
export type {} from './globals'; | ||
export type { Hub } from './hub'; | ||
@@ -18,0 +17,0 @@ export type { Integration, IntegrationClass } from './integration'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import type { WebFetchHeaders } from './webfetchapi'; | ||
@@ -51,4 +50,4 @@ type XHRSendInput = unknown; | ||
export interface HandlerDataDom { | ||
event: Event | { | ||
target: EventTarget; | ||
event: object | { | ||
target: object; | ||
}; | ||
@@ -70,3 +69,3 @@ name: string; | ||
line?: number; | ||
msg: string | Event; | ||
msg: string | object; | ||
url?: string; | ||
@@ -73,0 +72,0 @@ } |
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
250618
151
5181