@spotlightjs/overlay
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -0,4 +1,5 @@ | ||
/// <reference types="react" /> | ||
import { Integration, IntegrationData } from '../integrations/integration'; | ||
import { NotificationCount } from '../types'; | ||
export default function Debugger({ integrations, isOpen, setOpen, integrationData, isOnline, setTriggerButtonCount: setNotificationCount, fullPage, }: { | ||
export default function Debugger({ integrations, isOpen, setOpen, integrationData, isOnline, setTriggerButtonCount: setNotificationCount, fullPage, setReloadSpotlight, }: { | ||
integrations: Integration[]; | ||
@@ -11,2 +12,3 @@ isOpen: boolean; | ||
fullPage: boolean; | ||
setReloadSpotlight: React.Dispatch<React.SetStateAction<number>>; | ||
}): import("react/jsx-runtime").JSX.Element; |
@@ -32,2 +32,3 @@ import { Envelope } from '@sentry/types'; | ||
getSpanById(traceId: string, spanId: string): Span | undefined; | ||
resetData(): void; | ||
subscribe(...args: Subscription): () => void; | ||
@@ -34,0 +35,0 @@ /** |
import type { ReactNode } from 'react'; | ||
import React from 'react'; | ||
import { SentryEvent } from '../types'; | ||
export declare const SentryEventsContext: React.Context<SentryEvent[]>; | ||
interface SetEventsAction { | ||
e: SentryEvent | SentryEvent[]; | ||
action: string; | ||
} | ||
interface SentryEventsContextProps { | ||
events: SentryEvent[]; | ||
setEvents: React.Dispatch<SetEventsAction>; | ||
} | ||
export declare const SentryEventsContext: React.Context<SentryEventsContextProps>; | ||
export declare const SentryEventsContextProvider: React.FC<{ | ||
children: ReactNode; | ||
}>; | ||
export {}; |
{ | ||
"name": "@spotlightjs/overlay", | ||
"description": "The overlay of Spotlight to add debug interface to your web app.", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "type": "module", |
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
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
12928274
93717
1