@spotlightjs/overlay
Advanced tools
Comparing version 2.5.2 to 2.6.0
@@ -38,2 +38,2 @@ import { CONTEXT_LINES_ENDPOINT } from '@spotlightjs/sidecar/constants'; | ||
export declare function onSevereEvent(cb: (count: number) => void): Promise<void>; | ||
export declare function init({ openOnInit, showTriggerButton, injectImmediately, sidecarUrl, anchor, debug, integrations, experiments, fullPage, showClearEventsButton, initialEvents, }?: SpotlightOverlayOptions): Promise<void>; | ||
export declare function init(options?: SpotlightOverlayOptions): Promise<void>; |
@@ -7,3 +7,3 @@ import type { Client, Event } from '@sentry/types'; | ||
* - Drop transactions created from interactions with the Spotlight UI | ||
* - Forward Sentry events sent from the browser SDK to the Sidecar instance running on | ||
* - Forward Sentry events sent from the browser SDK to the Spotlight instance running on | ||
* the same page via the "direct message" method (w/o a need for the sidecar) | ||
@@ -10,0 +10,0 @@ * |
@@ -1,2 +0,2 @@ | ||
import { C as o, D as t, a as e, b as i, R as E, d as r, h as l, m as p, n as c, l as D, o as R, e as T, i as g, j as N, k as _, f, s as h, p as v, t as A, v as C } from "./index-9c22eb7e.js"; | ||
import { C as o, D as t, a as e, b as i, R as E, d as r, h as l, m as p, n as c, l as D, o as R, e as T, i as g, j as N, k as _, f, s as h, p as v, t as A, v as C } from "./index-1149361f.js"; | ||
(function(s) { | ||
@@ -3,0 +3,0 @@ s && s.init({ integrations: [s.sentry(), s.console()] }); |
@@ -92,2 +92,6 @@ import type { Integration } from './integrations/integration'; | ||
initialEvents?: Record<string, (string | Uint8Array)[]>; | ||
/** | ||
* Initial path to navigate to, instead of the first tab. | ||
*/ | ||
startFrom?: string; | ||
}; | ||
@@ -94,0 +98,0 @@ export type NotificationCount = { |
{ | ||
"name": "@spotlightjs/overlay", | ||
"description": "The overlay of Spotlight to add debug interface to your web app.", | ||
"version": "2.5.2", | ||
"version": "2.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 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7911889
37074