@spotlightjs/overlay 2.6.0 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.d.ts +2 -1
- package/dist/components/CardList.d.ts +1 -0
- package/dist/components/CopyToClipboard.d.ts +3 -0
- package/dist/components/Debugger.d.ts +3 -2
- package/dist/{integrations/sentry/components/developerInfo → components}/JsonViewer.d.ts +4 -4
- package/dist/components/OpenInEditor.d.ts +3 -0
- package/dist/components/Overview.d.ts +3 -2
- package/dist/components/Tabs.d.ts +2 -1
- package/dist/components/Time.d.ts +0 -1
- package/dist/components/TimeSince.d.ts +0 -1
- package/dist/components/Trigger.d.ts +2 -1
- package/dist/constants.d.ts +2 -1
- package/dist/index.d.ts +4 -3
- package/dist/integrations/console/console-tab.d.ts +2 -1
- package/dist/integrations/console/index.d.ts +4 -3
- package/dist/integrations/hydration-error/index.d.ts +2 -1
- package/dist/integrations/integration.d.ts +4 -2
- package/dist/integrations/sentry/components/DateTime.d.ts +0 -1
- package/dist/integrations/sentry/components/HiddenItemsButton.d.ts +2 -1
- package/dist/integrations/sentry/components/PlatformIcon.d.ts +1 -0
- package/dist/integrations/sentry/components/developerInfo/EnvelopeDetails.d.ts +3 -2
- package/dist/integrations/sentry/components/events/Event.d.ts +2 -1
- package/dist/integrations/sentry/components/events/EventBreadcrumbs.d.ts +1 -0
- package/dist/integrations/sentry/components/events/EventContexts.d.ts +1 -0
- package/dist/integrations/sentry/components/events/EventList.d.ts +3 -1
- package/dist/integrations/sentry/components/events/error/Error.d.ts +2 -1
- package/dist/integrations/sentry/components/events/error/Frame.d.ts +1 -0
- package/dist/integrations/sentry/components/performance/webVitals/PerformanceChart.d.ts +2 -1
- package/dist/integrations/sentry/components/traces/TraceDetails/components/TraceContext.d.ts +5 -0
- package/dist/integrations/sentry/components/traces/TraceDetails/components/TraceDetailHeader.d.ts +7 -0
- package/dist/integrations/sentry/components/traces/TraceDetails/components/TraceTreeview.d.ts +6 -0
- package/dist/integrations/sentry/components/traces/TraceIcon.d.ts +2 -1
- package/dist/integrations/sentry/components/traces/spans/SpanDetails.d.ts +1 -0
- package/dist/integrations/sentry/components/traces/spans/SpanItem.d.ts +6 -5
- package/dist/integrations/sentry/components/traces/spans/SpanTree.d.ts +1 -0
- package/dist/integrations/sentry/constants.d.ts +1 -0
- package/dist/integrations/sentry/data/sentryDataCache.d.ts +2 -1
- package/dist/integrations/sentry/data/sentryEventsContext.d.ts +3 -3
- package/dist/integrations/sentry/data/useSentryEnvelopes.d.ts +2 -2
- package/dist/integrations/sentry/data/useSentryEvents.d.ts +1 -1
- package/dist/integrations/sentry/data/useSentrySdks.d.ts +1 -1
- package/dist/integrations/sentry/data/useSentrySpans.d.ts +1 -0
- package/dist/integrations/sentry/data/useSentryTraces.d.ts +1 -1
- package/dist/integrations/sentry/hooks/useMouseTracking.d.ts +159 -160
- package/dist/integrations/sentry/index.d.ts +7 -7
- package/dist/integrations/sentry/sentry-integration.d.ts +3 -2
- package/dist/integrations/sentry/types.d.ts +4 -3
- package/dist/integrations/sentry/utils/traces.d.ts +1 -0
- package/dist/integrations/sentry/utils/webVitals.d.ts +2 -1
- package/dist/integrations/vite-inspect/index.d.ts +2 -1
- package/dist/lib/useSpotlightContext.d.ts +10 -3
- package/dist/react-instance.d.ts +3 -2
- package/dist/sentry-spotlight.iife.js +129 -128
- package/dist/sentry-spotlight.iife.js.map +1 -1
- package/dist/sentry-spotlight.js +29593 -23
- package/dist/sentry-spotlight.js.map +1 -1
- package/dist/sidecar.d.ts +2 -1
- package/dist/types.d.ts +2 -1
- package/dist/ui/Badge/Badge.d.ts +2 -1
- package/dist/ui/Chart/RingChart/RingChart.d.ts +0 -1
- package/dist/ui/SidePanel/SidePanel.d.ts +2 -1
- package/dist/ui/Tooltip/Tooltip.d.ts +2 -1
- package/dist/utils/remvoveURLSuffix.d.ts +1 -0
- package/package.json +29 -29
- package/dist/index-1149361f.js +0 -27326
- package/dist/index-1149361f.js.map +0 -1
- package/dist/integrations/sentry/components/traces/TraceDetails.d.ts +0 -1
- package/dist/integrations/sentry/components/traces/traceDetail/TraceDetailHeader.d.ts +0 -4
- package/dist/integrations/sentry/components/traces/traceInfo/TraceGeneralInfo.d.ts +0 -6
- package/dist/integrations/sentry/components/traces/traceInfo/TraceTags.d.ts +0 -6
- package/dist/integrations/sentry/components/traces/traceInfo/index.d.ts +0 -6
- package/dist/main-75aabe1c.js +0 -2784
- package/dist/main-75aabe1c.js.map +0 -1
- /package/dist/integrations/sentry/components/traces/{traceDetail → TraceDetails}/index.d.ts +0 -0
package/dist/sidecar.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
2
3
|
export declare function connectToSidecar(sidecarUrl: string, contentTypeListeners: Record<string, (event: MessageEvent) => void>, setOnline: React.Dispatch<React.SetStateAction<boolean>>): () => void;
|
package/dist/types.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Integration } from './integrations/integration';
|
|
2
|
+
|
|
2
3
|
export type ExperimentName = 'sentry:focus-local-events';
|
|
3
4
|
export type ExperimentsConfig = Record<ExperimentName, boolean>;
|
|
4
5
|
export type AnchorConfig = 'bottomRight' | 'bottomLeft' | 'centerRight' | 'centerLeft' | 'topLeft' | 'topRight';
|
package/dist/ui/Badge/Badge.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function removeURLSuffix(url: string, suffix: string): string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotlightjs/overlay",
|
|
3
3
|
"description": "The overlay of Spotlight to add debug interface to your web app.",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.7.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -17,41 +17,41 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@fontsource/raleway": "^5.0
|
|
21
|
-
"@sentry/types": "^8.
|
|
22
|
-
"@sentry/utils": "^8.
|
|
20
|
+
"@fontsource/raleway": "^5.1.0",
|
|
21
|
+
"@sentry/types": "^8.33.1",
|
|
22
|
+
"@sentry/utils": "^8.33.1",
|
|
23
23
|
"@types/beautify": "^0.0.3",
|
|
24
|
-
"@types/react": "^18.
|
|
25
|
-
"@types/react-dom": "^18.
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
27
|
-
"@typescript-eslint/parser": "^6.
|
|
28
|
-
"@vitejs/plugin-react": "^4.
|
|
24
|
+
"@types/react": "^18.3.11",
|
|
25
|
+
"@types/react-dom": "^18.3.0",
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
27
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
28
|
+
"@vitejs/plugin-react": "^4.3.2",
|
|
29
29
|
"@vitest/coverage-v8": "^0.34.6",
|
|
30
|
-
"autoprefixer": "^10.4.
|
|
30
|
+
"autoprefixer": "^10.4.20",
|
|
31
31
|
"beautify": "^0.0.8",
|
|
32
|
-
"dayjs": "^1.11.
|
|
33
|
-
"eslint": "^8.
|
|
34
|
-
"eslint-plugin-react-hooks": "^4.6.
|
|
35
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
36
|
-
"happy-dom": "^15.
|
|
37
|
-
"magic-string": "^0.30.
|
|
38
|
-
"platformicons": "^5.
|
|
39
|
-
"postcss": "^8.4.
|
|
40
|
-
"react": "^18.
|
|
32
|
+
"dayjs": "^1.11.13",
|
|
33
|
+
"eslint": "^8.57.1",
|
|
34
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
35
|
+
"eslint-plugin-react-refresh": "^0.4.12",
|
|
36
|
+
"happy-dom": "^15.10.2",
|
|
37
|
+
"magic-string": "^0.30.11",
|
|
38
|
+
"platformicons": "^5.10.10",
|
|
39
|
+
"postcss": "^8.4.47",
|
|
40
|
+
"react": "^18.3.1",
|
|
41
41
|
"react-diff-viewer-continued": "^3.4.0",
|
|
42
|
-
"react-dom": "^18.
|
|
42
|
+
"react-dom": "^18.3.1",
|
|
43
43
|
"react-json-view": "^1.21.3",
|
|
44
|
-
"react-router-dom": "^6.
|
|
44
|
+
"react-router-dom": "^6.26.2",
|
|
45
45
|
"sql-formatter": "^12.2.4",
|
|
46
|
-
"tailwindcss": "^3.
|
|
47
|
-
"typescript": "^5.
|
|
48
|
-
"usehooks-ts": "^2.
|
|
49
|
-
"vite": "^4.
|
|
50
|
-
"vite-plugin-dts": "^3.
|
|
51
|
-
"vite-plugin-svgr": "^3.
|
|
46
|
+
"tailwindcss": "^3.4.13",
|
|
47
|
+
"typescript": "^5.6.2",
|
|
48
|
+
"usehooks-ts": "^2.16.0",
|
|
49
|
+
"vite": "^5.4.11",
|
|
50
|
+
"vite-plugin-dts": "^3.9.1",
|
|
51
|
+
"vite-plugin-svgr": "^3.3.0",
|
|
52
52
|
"vitest": "^0.34.6",
|
|
53
|
-
"@spotlightjs/sidecar": "1.
|
|
54
|
-
"@spotlightjs/tsconfig": "1.0.
|
|
53
|
+
"@spotlightjs/sidecar": "1.9.1",
|
|
54
|
+
"@spotlightjs/tsconfig": "1.0.1"
|
|
55
55
|
},
|
|
56
56
|
"volta": {
|
|
57
57
|
"extends": "../../package.json"
|