@spotlightjs/overlay 2.7.0 → 2.8.0
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/integrations/sentry/components/{developerInfo → explore/envelopes}/EnvelopeDetails.d.ts +1 -1
- package/dist/integrations/sentry/components/explore/envelopes/index.d.ts +1 -0
- package/dist/integrations/sentry/components/explore/index.d.ts +1 -0
- package/dist/integrations/sentry/components/{traces → explore/traces}/TraceDetails/components/TraceDetailHeader.d.ts +1 -1
- package/dist/integrations/sentry/components/{traces → explore/traces}/TraceIcon.d.ts +1 -1
- package/dist/integrations/sentry/components/{traces → explore/traces}/spans/SpanDetails.d.ts +1 -1
- package/dist/integrations/sentry/components/{traces → explore/traces}/spans/SpanItem.d.ts +1 -1
- package/dist/integrations/sentry/components/{traces → explore/traces}/spans/SpanTree.d.ts +1 -1
- package/dist/integrations/sentry/components/insights/index.d.ts +1 -0
- package/dist/integrations/sentry/components/performance/TransactionDetail.d.ts +3 -0
- package/dist/integrations/sentry/components/performance/TransactionsList.d.ts +3 -0
- package/dist/integrations/sentry/constants.d.ts +35 -0
- package/dist/integrations/sentry/data/useSentryEnvelopes.d.ts +9 -3
- package/dist/integrations/sentry/data/useSentrySpans.d.ts +4 -1
- package/dist/integrations/sentry/hooks/useSort.d.ts +16 -0
- package/dist/integrations/sentry/index.d.ts +2 -11
- package/dist/integrations/sentry/tabs/ExploreTab.d.ts +1 -0
- package/dist/integrations/sentry/tabs/InsightsTab.d.ts +1 -0
- package/dist/integrations/sentry/types.d.ts +3 -4
- package/dist/integrations/sentry/utils/text.d.ts +1 -0
- package/dist/sentry-spotlight.iife.js +79 -79
- package/dist/sentry-spotlight.iife.js.map +1 -1
- package/dist/sentry-spotlight.js +9514 -9291
- package/dist/sentry-spotlight.js.map +1 -1
- package/dist/ui/Tag/Tag.d.ts +1 -1
- package/package.json +3 -4
- package/dist/integrations/sentry/components/traces/TraceDetails/components/TraceContext.d.ts +0 -5
- package/dist/integrations/sentry/tabs/DeveloperInfo.d.ts +0 -1
- /package/dist/integrations/sentry/components/{developerInfo → explore/envelopes}/EnvelopeList.d.ts +0 -0
- /package/dist/integrations/sentry/components/{SdkList.d.ts → explore/sdks/SdkList.d.ts} +0 -0
- /package/dist/integrations/sentry/{tabs/SdksTab.d.ts → components/explore/sdks/index.d.ts} +0 -0
- /package/dist/integrations/sentry/components/{traces → explore/traces}/TraceDetails/components/TraceTreeview.d.ts +0 -0
- /package/dist/integrations/sentry/components/{traces → explore/traces}/TraceDetails/index.d.ts +0 -0
- /package/dist/integrations/sentry/components/{traces → explore/traces}/TraceList.d.ts +0 -0
- /package/dist/integrations/sentry/{tabs/TracesTab.d.ts → components/explore/traces/index.d.ts} +0 -0
- /package/dist/integrations/sentry/components/{performance → insights}/Queries.d.ts +0 -0
- /package/dist/integrations/sentry/components/{performance → insights}/QuerySummary.d.ts +0 -0
- /package/dist/integrations/sentry/components/{performance → insights}/Resources.d.ts +0 -0
- /package/dist/integrations/sentry/components/{performance → insights}/webVitals/PerformanceChart.d.ts +0 -0
- /package/dist/integrations/sentry/components/{performance → insights}/webVitals/WebVitalsDetail.d.ts +0 -0
- /package/dist/integrations/sentry/components/{performance → insights}/webVitals/index.d.ts +0 -0
- /package/dist/integrations/sentry/components/performance/{PerformanceTabDetails.d.ts → index.d.ts} +0 -0
package/dist/ui/Tag/Tag.d.ts
CHANGED
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.8.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"vite-plugin-dts": "^3.9.1",
|
|
51
51
|
"vite-plugin-svgr": "^3.3.0",
|
|
52
52
|
"vitest": "^0.34.6",
|
|
53
|
-
"@spotlightjs/sidecar": "1.9.
|
|
54
|
-
"@spotlightjs/tsconfig": "1.0.
|
|
53
|
+
"@spotlightjs/sidecar": "1.9.2",
|
|
54
|
+
"@spotlightjs/tsconfig": "1.0.1"
|
|
55
55
|
},
|
|
56
56
|
"volta": {
|
|
57
57
|
"extends": "../../package.json"
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"build:watch": "vite build --watch",
|
|
63
63
|
"preview": "vite preview",
|
|
64
64
|
"test": "vitest",
|
|
65
|
-
"test:ci": "vitest --coverage --reporter=junit --reporter=default --outputFile=junit.xml",
|
|
66
65
|
"sample": "node _fixtures/send_to_sidecar.cjs",
|
|
67
66
|
"yalc:publish": "yalc publish --push --sig --private",
|
|
68
67
|
"clean": "rimraf dist"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function DeveloperInfoTab(): import("react/jsx-runtime").JSX.Element;
|
/package/dist/integrations/sentry/components/{developerInfo → explore/envelopes}/EnvelopeList.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/integrations/sentry/components/{traces → explore/traces}/TraceDetails/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/integrations/sentry/{tabs/TracesTab.d.ts → components/explore/traces/index.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/integrations/sentry/components/{performance → insights}/webVitals/WebVitalsDetail.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/integrations/sentry/components/performance/{PerformanceTabDetails.d.ts → index.d.ts}
RENAMED
|
File without changes
|