Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/busy-wings-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/common-clowns-rush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-garlics-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/free-cameras-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/full-taxes-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-birds-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/major-jokes-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ripe-rivers-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaky-words-change.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shy-facts-wear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-bobcats-pay.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spicy-candies-move.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-carpets-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-planes-beg.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @spotlightjs/electron

## 1.8.0

### Minor Changes

- Run electron app in background and add a menu tray ([#929](https://github.com/getsentry/spotlight/pull/929))

- Make app window draggable ([#931](https://github.com/getsentry/spotlight/pull/931))

- Added Auto Updater ([#922](https://github.com/getsentry/spotlight/pull/922))

### Patch Changes

- - Implement URL-based routing in overlay with BrowserRouter for web apps and HashRouter for Electron ([#921](https://github.com/getsentry/spotlight/pull/921))
- Remove sentry-integration.ts and simplify telemetry implementation
- Moved telemetry logic from App.tsx to dedicated Telemetry component
- Updated dependencies [[`2fe54bb`](https://github.com/getsentry/spotlight/commit/2fe54bb80cb6736aab4b5a7754e9319c1a5ac2ed), [`20783d0`](https://github.com/getsentry/spotlight/commit/20783d0382644cc5fa866f909b71631e8899795b), [`48c6753`](https://github.com/getsentry/spotlight/commit/48c6753ef4a74ac394cbc503c89dbfc8e71a2707), [`65f4e9f`](https://github.com/getsentry/spotlight/commit/65f4e9f2d3f74b9927f6e614173bf4237991c9b3), [`bb85759`](https://github.com/getsentry/spotlight/commit/bb85759dffa8c426f2c227b0a4d0a4fe24bda722), [`1f2096e`](https://github.com/getsentry/spotlight/commit/1f2096e807507b607ae44df2905ad2f2a1211243), [`cec5457`](https://github.com/getsentry/spotlight/commit/cec5457e2722600fe06367d147b4725db290a5ba), [`5670dd4`](https://github.com/getsentry/spotlight/commit/5670dd43477748e5431e83d66e8ac48d2423d46c), [`605b1e1`](https://github.com/getsentry/spotlight/commit/605b1e171e48cb6368d77c02b98ec73fc2d18b72), [`69bfd17`](https://github.com/getsentry/spotlight/commit/69bfd173a30a422138ef87179da6e25ecabc0423), [`3d56a55`](https://github.com/getsentry/spotlight/commit/3d56a55fdbed418a6b6cc1d85e0ff5a7dc330ce2)]:
- @spotlightjs/[email protected]
- @spotlightjs/[email protected]

## 1.7.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Electron app for Spotlight",
"author": "Sentry",
"license": "Apache-2.0",
"version": "1.7.7",
"version": "1.8.0",
"repository": {
"type": "git",
"url": "https://github.com/getsentry/spotlight.git",
Expand Down
20 changes: 20 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @spotlightjs/core

## 4.0.0

### Major Changes

- Remove integrations architecture in favour of fixed telemetry features and remove the ability to use the package as an overlay on top of apps. ([#917](https://github.com/getsentry/spotlight/pull/917))

- Remove all vite-plugins as they are deprecated ([#937](https://github.com/getsentry/spotlight/pull/937))

### Minor Changes

- - Implement URL-based routing in overlay with BrowserRouter for web apps and HashRouter for Electron ([#921](https://github.com/getsentry/spotlight/pull/921))
- Remove sentry-integration.ts and simplify telemetry implementation
- Moved telemetry logic from App.tsx to dedicated Telemetry component

### Patch Changes

- Remove local resource handling and vite plugin as overlay feature is not supported ([#924](https://github.com/getsentry/spotlight/pull/924))

- Refactor to remove object destructuring from hooks returning only one value ([#930](https://github.com/getsentry/spotlight/pull/930))

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/overlay",
"description": "The overlay of Spotlight to add debug interface to your web app.",
"version": "3.2.0",
"version": "4.0.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions packages/sidecar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @spotlightjs/sidecar

## 2.0.0

### Major Changes

- Make `setupSidecar` async as it should be ([#936](https://github.com/getsentry/spotlight/pull/936))

- Remove all vite-plugins as they are deprecated ([#937](https://github.com/getsentry/spotlight/pull/937))

### Minor Changes

- Add support for multiple stdio MCP servers to run, as a proxy for the existing main sidecar ([#935](https://github.com/getsentry/spotlight/pull/935))

- Adds stdio based MCP server via a `--stdio-mcp` CLI argument. Also removes the context-based message buffers to be able to achieve this as there's no context-id for the stdio transport. This feature was not used anyway. ([#933](https://github.com/getsentry/spotlight/pull/933))

Moves all log messages to stderr as they should have been to avoid clobbering the MCP stdio transport.

### Patch Changes

- - To check all items in an envelope for errors. ([#880](https://github.com/getsentry/spotlight/pull/880))

- restructured the sidecar server and minor improvements ([#918](https://github.com/getsentry/spotlight/pull/918))

- To add a soft reset buffer when its cleared. ([#895](https://github.com/getsentry/spotlight/pull/895))

## 1.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sidecar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/sidecar",
"description": "A small proxy server to capture and forward data from backend services to Spotlight.",
"version": "1.12.0",
"version": "2.0.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions packages/spotlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @spotlightjs/spotlight

## 4.0.0

### Major Changes

- Make `setupSidecar` async as it should be ([#936](https://github.com/getsentry/spotlight/pull/936))

- Remove all vite-plugins as they are deprecated ([#937](https://github.com/getsentry/spotlight/pull/937))

### Minor Changes

- Add support for multiple stdio MCP servers to run, as a proxy for the existing main sidecar ([#935](https://github.com/getsentry/spotlight/pull/935))

- Adds stdio based MCP server via a `--stdio-mcp` CLI argument. Also removes the context-based message buffers to be able to achieve this as there's no context-id for the stdio transport. This feature was not used anyway. ([#933](https://github.com/getsentry/spotlight/pull/933))

Moves all log messages to stderr as they should have been to avoid clobbering the MCP stdio transport.

### Patch Changes

- Remove local resource handling and vite plugin as overlay feature is not supported ([#924](https://github.com/getsentry/spotlight/pull/924))

- Updated dependencies [[`2fe54bb`](https://github.com/getsentry/spotlight/commit/2fe54bb80cb6736aab4b5a7754e9319c1a5ac2ed), [`20783d0`](https://github.com/getsentry/spotlight/commit/20783d0382644cc5fa866f909b71631e8899795b), [`48c6753`](https://github.com/getsentry/spotlight/commit/48c6753ef4a74ac394cbc503c89dbfc8e71a2707), [`65f4e9f`](https://github.com/getsentry/spotlight/commit/65f4e9f2d3f74b9927f6e614173bf4237991c9b3), [`bb85759`](https://github.com/getsentry/spotlight/commit/bb85759dffa8c426f2c227b0a4d0a4fe24bda722), [`1f2096e`](https://github.com/getsentry/spotlight/commit/1f2096e807507b607ae44df2905ad2f2a1211243), [`cec5457`](https://github.com/getsentry/spotlight/commit/cec5457e2722600fe06367d147b4725db290a5ba), [`5670dd4`](https://github.com/getsentry/spotlight/commit/5670dd43477748e5431e83d66e8ac48d2423d46c), [`605b1e1`](https://github.com/getsentry/spotlight/commit/605b1e171e48cb6368d77c02b98ec73fc2d18b72), [`69bfd17`](https://github.com/getsentry/spotlight/commit/69bfd173a30a422138ef87179da6e25ecabc0423), [`3d56a55`](https://github.com/getsentry/spotlight/commit/3d56a55fdbed418a6b6cc1d85e0ff5a7dc330ce2)]:
- @spotlightjs/[email protected]
- @spotlightjs/[email protected]

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/spotlight",
"description": "Spotlight - Sentry for development. Containing the overlay and the sidecar.",
"version": "3.0.2",
"version": "4.0.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
Loading