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
5 changes: 0 additions & 5 deletions .changeset/loud-melons-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-chefs-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-buses-burn.md

This file was deleted.

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

## 2.1.5

### Patch Changes

- Updated dependencies
[[`b7774ef2fdb924c25c6e8365a3aaf20acf926f4d`](https://github.com/getsentry/spotlight/commit/b7774ef2fdb924c25c6e8365a3aaf20acf926f4d)]:
- @spotlightjs/spotlight@2.3.0

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/astro",
"description": "Add spotlight to your Astro toolbar, for better debugging.",
"version": "2.1.4",
"version": "2.1.5",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "git@github.com:getsentry/spotlight.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @spotlightjs/electron

## 1.1.3

### Patch Changes

- Updated dependencies
[[`0f10d81d60bde5753921094c7f7d7c5aa71acbaf`](https://github.com/getsentry/spotlight/commit/0f10d81d60bde5753921094c7f7d7c5aa71acbaf),
[`7837149f0ce2de84a84eb1e0df7c6e4f317741d0`](https://github.com/getsentry/spotlight/commit/7837149f0ce2de84a84eb1e0df7c6e4f317741d0)]:
- @spotlightjs/overlay@2.2.1
- @spotlightjs/sidecar@1.7.0

## 1.1.2

### 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 @@ -3,7 +3,7 @@
"description": "Electron app for Spotlight",
"author": "Sentry",
"license": "Apache-2.0",
"version": "1.1.2",
"version": "1.1.3",
"main": "./out/main/index.js",
"files": [
"src"
Expand Down
6 changes: 6 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @spotlightjs/core

## 2.2.1

### Patch Changes

- Fix event processing pipeline for integrations ([#470](https://github.com/getsentry/spotlight/pull/470))

## 2.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": "2.2.0",
"version": "2.2.1",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sidecar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spotlightjs/sidecar

## 1.7.0

### Minor Changes

- Auto-correct Sentry Browser SDK content type & fix URL matching with query string
([#471](https://github.com/getsentry/spotlight/pull/471))

## 1.6.2

### Patch 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.6.2",
"version": "1.7.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/spotlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @spotlightjs/spotlight

## 2.3.0

### Minor Changes

- Add `#debug` flag to standalone Spotlight web UI ([#469](https://github.com/getsentry/spotlight/pull/469))

### Patch Changes

- Updated dependencies
[[`0f10d81d60bde5753921094c7f7d7c5aa71acbaf`](https://github.com/getsentry/spotlight/commit/0f10d81d60bde5753921094c7f7d7c5aa71acbaf),
[`7837149f0ce2de84a84eb1e0df7c6e4f317741d0`](https://github.com/getsentry/spotlight/commit/7837149f0ce2de84a84eb1e0df7c6e4f317741d0)]:
- @spotlightjs/overlay@2.2.1
- @spotlightjs/sidecar@1.7.0

## 2.2.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": "2.2.2",
"version": "2.3.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down