Skip to content

Commit

Permalink
meta(changelog): Update package versions (#713)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @spotlightjs/[email protected]

### Major Changes

- Fix Astro v5 compatibility
([#706](#706))

Upgraded all Astro dependencies to v5+. This required suppressing Sentry
instrumentation on the sidecar when used
programmatically (unless explicitly passed `isStandalone: true`) to
prevent Spotlight spamming itself with
    transactions from the very sidecar instance that it is running.

BREAKING: We had to bump minimum required Astro version for the Astro
plugin to 4.7+ as we needed the new dev toolbar
    app APIs.

### Minor Changes

- # Add profile grafting into traces
([#692](#692))

With this change, Spotlight can now ingest v1 profiles and graft
profiling data into the trace view to fill in the
    gaps where span/trace instrumentation falls short.

    This feature is experimental.

Breaking change for `tsconfig`: It now targets ES2023 as we needed
`Array.findLastIndex()`

- Flatter tree view for deeply nested traces with 1 child at each level
    ([#686](#686))

### Patch Changes

- Sort envelopes from most recent to oldest
([#697](#697))

- Fix some typing issues in sentryDataCache
([#691](#691))

-   Fix span details modal resetting trace view tree state on close
    ([#701](#701))

- Fix some profile samples were not grouped and added to trace span list
for detail view
    ([#698](#698))

- Fix span details showing incorrect span start time
([#689](#689))

-   Fix rare error when `score.total` is missing from `measurements`
    ([#682](#682))

- Make things snappy by using Map() for trace span look ups
([#690](#690))

- Better auto collapsing logic for large or deep span trees
([#699](#699))

- Unify and simplify duration calculations and representations
([#688](#688))

-   Updated dependencies

\[[`4cde1351151520d576fa173485993f30a29a594a`](4cde135),

[`1ffe90f973618b8775753c257d3efc7c688de522`](1ffe90f),

[`dab431eccdeb751b0eecdd3a41bbb790011f0c52`](dab431e),

[`05e03c749892af0042f3cc4e3e15b85fd5dcdaac`](05e03c7),

[`18bee4d0a3c8ea7021866ed09855b3feee40c4c4`](18bee4d),

[`289a040d9cdfdf1a4ca65ed0e80aadb7adc36830`](289a040),

[`9c498dd3e358e6337ea0d8725bb6bf1b41a66233`](9c498dd),

[`52ceec528c4e293d92afc6567886b9ee9dcffc7a`](52ceec5),

[`002a1873dab737ffbe647dd608bb00b7bf6ab1a6`](002a187),

[`a6dee826c983fb1671930f8187ba98e033f291ff`](a6dee82),

[`e31e3da656d4c675845d4f736e93f350d6f8f687`](e31e3da),

[`0fcb37d5878568018038d237956426219bf64fc3`](0fcb37d)]:
    -   @spotlightjs/[email protected]

## @spotlightjs/[email protected]

### Minor Changes

- # Add profile grafting into traces
([#692](#692))

With this change, Spotlight can now ingest v1 profiles and graft
profiling data into the trace view to fill in the
    gaps where span/trace instrumentation falls short.

    This feature is experimental.

Breaking change for `tsconfig`: It now targets ES2023 as we needed
`Array.findLastIndex()`

- Flatter tree view for deeply nested traces with 1 child at each level
    ([#686](#686))

### Patch Changes

- Sort envelopes from most recent to oldest
([#697](#697))

- Fix some typing issues in sentryDataCache
([#691](#691))

-   Fix span details modal resetting trace view tree state on close
    ([#701](#701))

- Fix some profile samples were not grouped and added to trace span list
for detail view
    ([#698](#698))

- Fix span details showing incorrect span start time
([#689](#689))

-   Fix rare error when `score.total` is missing from `measurements`
    ([#682](#682))

- Fix Astro v5 compatibility
([#706](#706))

Upgraded all Astro dependencies to v5+. This required suppressing Sentry
instrumentation on the sidecar when used
programmatically (unless explicitly passed `isStandalone: true`) to
prevent Spotlight spamming itself with
    transactions from the very sidecar instance that it is running.

BREAKING: We had to bump minimum required Astro version for the Astro
plugin to 4.7+ as we needed the new dev toolbar
    app APIs.

- Make things snappy by using Map() for trace span look ups
([#690](#690))

- Better auto collapsing logic for large or deep span trees
([#699](#699))

- Unify and simplify duration calculations and representations
([#688](#688))

-   Updated dependencies

\[[`4cde1351151520d576fa173485993f30a29a594a`](4cde135),

[`1ffe90f973618b8775753c257d3efc7c688de522`](1ffe90f),

[`dab431eccdeb751b0eecdd3a41bbb790011f0c52`](dab431e),

[`05e03c749892af0042f3cc4e3e15b85fd5dcdaac`](05e03c7),

[`18bee4d0a3c8ea7021866ed09855b3feee40c4c4`](18bee4d),

[`289a040d9cdfdf1a4ca65ed0e80aadb7adc36830`](289a040),

[`9c498dd3e358e6337ea0d8725bb6bf1b41a66233`](9c498dd),

[`52ceec528c4e293d92afc6567886b9ee9dcffc7a`](52ceec5),

[`002a1873dab737ffbe647dd608bb00b7bf6ab1a6`](002a187),

[`a6dee826c983fb1671930f8187ba98e033f291ff`](a6dee82),

[`e31e3da656d4c675845d4f736e93f350d6f8f687`](e31e3da),

[`0fcb37d5878568018038d237956426219bf64fc3`](0fcb37d)]:
    -   @spotlightjs/[email protected]
    -   @spotlightjs/[email protected]

## @spotlightjs/[email protected]

### Minor Changes

- # Add profile grafting into traces
([#692](#692))

With this change, Spotlight can now ingest v1 profiles and graft
profiling data into the trace view to fill in the
    gaps where span/trace instrumentation falls short.

    This feature is experimental.

Breaking change for `tsconfig`: It now targets ES2023 as we needed
`Array.findLastIndex()`

- Flatter tree view for deeply nested traces with 1 child at each level
    ([#686](#686))

### Patch Changes

- Sort envelopes from most recent to oldest
([#697](#697))

- Fix some typing issues in sentryDataCache
([#691](#691))

-   Fix span details modal resetting trace view tree state on close
    ([#701](#701))

- Fix some profile samples were not grouped and added to trace span list
for detail view
    ([#698](#698))

- Fix span details showing incorrect span start time
([#689](#689))

-   Fix rare error when `score.total` is missing from `measurements`
    ([#682](#682))

- Fix Astro v5 compatibility
([#706](#706))

Upgraded all Astro dependencies to v5+. This required suppressing Sentry
instrumentation on the sidecar when used
programmatically (unless explicitly passed `isStandalone: true`) to
prevent Spotlight spamming itself with
    transactions from the very sidecar instance that it is running.

BREAKING: We had to bump minimum required Astro version for the Astro
plugin to 4.7+ as we needed the new dev toolbar
    app APIs.

- Make things snappy by using Map() for trace span look ups
([#690](#690))

- Better auto collapsing logic for large or deep span trees
([#699](#699))

- Unify and simplify duration calculations and representations
([#688](#688))

## @spotlightjs/[email protected]

### Minor Changes

- # Add profile grafting into traces
([#692](#692))

With this change, Spotlight can now ingest v1 profiles and graft
profiling data into the trace view to fill in the
    gaps where span/trace instrumentation falls short.

    This feature is experimental.

Breaking change for `tsconfig`: It now targets ES2023 as we needed
`Array.findLastIndex()`

- Flatter tree view for deeply nested traces with 1 child at each level
    ([#686](#686))

### Patch Changes

- Sort envelopes from most recent to oldest
([#697](#697))

- Fix some typing issues in sentryDataCache
([#691](#691))

-   Fix span details modal resetting trace view tree state on close
    ([#701](#701))

- Fix some profile samples were not grouped and added to trace span list
for detail view
    ([#698](#698))

- Fix span details showing incorrect span start time
([#689](#689))

-   Fix rare error when `score.total` is missing from `measurements`
    ([#682](#682))

- Fix Astro v5 compatibility
([#706](#706))

Upgraded all Astro dependencies to v5+. This required suppressing Sentry
instrumentation on the sidecar when used
programmatically (unless explicitly passed `isStandalone: true`) to
prevent Spotlight spamming itself with
    transactions from the very sidecar instance that it is running.

BREAKING: We had to bump minimum required Astro version for the Astro
plugin to 4.7+ as we needed the new dev toolbar
    app APIs.

- Make things snappy by using Map() for trace span look ups
([#690](#690))

- Better auto collapsing logic for large or deep span trees
([#699](#699))

- Unify and simplify duration calculations and representations
([#688](#688))

-   Updated dependencies

\[[`4cde1351151520d576fa173485993f30a29a594a`](4cde135),

[`1ffe90f973618b8775753c257d3efc7c688de522`](1ffe90f),

[`dab431eccdeb751b0eecdd3a41bbb790011f0c52`](dab431e),

[`05e03c749892af0042f3cc4e3e15b85fd5dcdaac`](05e03c7),

[`18bee4d0a3c8ea7021866ed09855b3feee40c4c4`](18bee4d),

[`289a040d9cdfdf1a4ca65ed0e80aadb7adc36830`](289a040),

[`9c498dd3e358e6337ea0d8725bb6bf1b41a66233`](9c498dd),

[`52ceec528c4e293d92afc6567886b9ee9dcffc7a`](52ceec5),

[`002a1873dab737ffbe647dd608bb00b7bf6ab1a6`](002a187),

[`a6dee826c983fb1671930f8187ba98e033f291ff`](a6dee82),

[`e31e3da656d4c675845d4f736e93f350d6f8f687`](e31e3da),

[`0fcb37d5878568018038d237956426219bf64fc3`](0fcb37d)]:
    -   @spotlightjs/[email protected]
    -   @spotlightjs/[email protected]

## @spotlightjs/[email protected]

### Patch Changes

- Fix Astro v5 compatibility
([#706](#706))

Upgraded all Astro dependencies to v5+. This required suppressing Sentry
instrumentation on the sidecar when used
programmatically (unless explicitly passed `isStandalone: true`) to
prevent Spotlight spamming itself with
    transactions from the very sidecar instance that it is running.

BREAKING: We had to bump minimum required Astro version for the Astro
plugin to 4.7+ as we needed the new dev toolbar
    app APIs.

## @spotlightjs/[email protected]

### Major Changes

- # Add profile grafting into traces
([#692](#692))

With this change, Spotlight can now ingest v1 profiles and graft
profiling data into the trace view to fill in the
    gaps where span/trace instrumentation falls short.

    This feature is experimental.

Breaking change for `tsconfig`: It now targets ES2023 as we needed
`Array.findLastIndex()`

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 2bf2651 commit d05c7d7
Show file tree
Hide file tree
Showing 24 changed files with 273 additions and 119 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-bananas-tell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/blue-jars-peel.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/few-points-rush.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/good-students-ring.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/light-cobras-rule.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/many-coats-return.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/plenty-foxes-destroy.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rude-tomatoes-brush.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/sharp-baboons-draw.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sharp-paws-press.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tall-teachers-stare.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-lobsters-doubt.md

This file was deleted.

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

## 3.0.0

### Major Changes

- Fix Astro v5 compatibility ([#706](https://github.com/getsentry/spotlight/pull/706))

Upgraded all Astro dependencies to v5+. This required suppressing Sentry instrumentation on the sidecar when used
programmatically (unless explicitly passed `isStandalone: true`) to prevent Spotlight spamming itself with
transactions from the very sidecar instance that it is running.

BREAKING: We had to bump minimum required Astro version for the Astro plugin to 4.7+ as we needed the new dev toolbar
app APIs.

### Minor Changes

- # Add profile grafting into traces ([#692](https://github.com/getsentry/spotlight/pull/692))

With this change, Spotlight can now ingest v1 profiles and graft profiling data into the trace view to fill in the
gaps where span/trace instrumentation falls short.

This feature is experimental.

Breaking change for `tsconfig`: It now targets ES2023 as we needed `Array.findLastIndex()`

- Flatter tree view for deeply nested traces with 1 child at each level
([#686](https://github.com/getsentry/spotlight/pull/686))

### Patch Changes

- Sort envelopes from most recent to oldest ([#697](https://github.com/getsentry/spotlight/pull/697))

- Fix some typing issues in sentryDataCache ([#691](https://github.com/getsentry/spotlight/pull/691))

- Fix span details modal resetting trace view tree state on close
([#701](https://github.com/getsentry/spotlight/pull/701))

- Fix some profile samples were not grouped and added to trace span list for detail view
([#698](https://github.com/getsentry/spotlight/pull/698))

- Fix span details showing incorrect span start time ([#689](https://github.com/getsentry/spotlight/pull/689))

- Fix rare error when `score.total` is missing from `measurements`
([#682](https://github.com/getsentry/spotlight/pull/682))

- Make things snappy by using Map() for trace span look ups ([#690](https://github.com/getsentry/spotlight/pull/690))

- Better auto collapsing logic for large or deep span trees ([#699](https://github.com/getsentry/spotlight/pull/699))

- Unify and simplify duration calculations and representations ([#688](https://github.com/getsentry/spotlight/pull/688))

- Updated dependencies
[[`4cde1351151520d576fa173485993f30a29a594a`](https://github.com/getsentry/spotlight/commit/4cde1351151520d576fa173485993f30a29a594a),
[`1ffe90f973618b8775753c257d3efc7c688de522`](https://github.com/getsentry/spotlight/commit/1ffe90f973618b8775753c257d3efc7c688de522),
[`dab431eccdeb751b0eecdd3a41bbb790011f0c52`](https://github.com/getsentry/spotlight/commit/dab431eccdeb751b0eecdd3a41bbb790011f0c52),
[`05e03c749892af0042f3cc4e3e15b85fd5dcdaac`](https://github.com/getsentry/spotlight/commit/05e03c749892af0042f3cc4e3e15b85fd5dcdaac),
[`18bee4d0a3c8ea7021866ed09855b3feee40c4c4`](https://github.com/getsentry/spotlight/commit/18bee4d0a3c8ea7021866ed09855b3feee40c4c4),
[`289a040d9cdfdf1a4ca65ed0e80aadb7adc36830`](https://github.com/getsentry/spotlight/commit/289a040d9cdfdf1a4ca65ed0e80aadb7adc36830),
[`9c498dd3e358e6337ea0d8725bb6bf1b41a66233`](https://github.com/getsentry/spotlight/commit/9c498dd3e358e6337ea0d8725bb6bf1b41a66233),
[`52ceec528c4e293d92afc6567886b9ee9dcffc7a`](https://github.com/getsentry/spotlight/commit/52ceec528c4e293d92afc6567886b9ee9dcffc7a),
[`002a1873dab737ffbe647dd608bb00b7bf6ab1a6`](https://github.com/getsentry/spotlight/commit/002a1873dab737ffbe647dd608bb00b7bf6ab1a6),
[`a6dee826c983fb1671930f8187ba98e033f291ff`](https://github.com/getsentry/spotlight/commit/a6dee826c983fb1671930f8187ba98e033f291ff),
[`e31e3da656d4c675845d4f736e93f350d6f8f687`](https://github.com/getsentry/spotlight/commit/e31e3da656d4c675845d4f736e93f350d6f8f687),
[`0fcb37d5878568018038d237956426219bf64fc3`](https://github.com/getsentry/spotlight/commit/0fcb37d5878568018038d237956426219bf64fc3)]:
- @spotlightjs/spotlight@2.11.0

## 2.4.3

### 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.4.3",
"version": "3.0.0",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "[email protected]:getsentry/spotlight.git",
Expand Down
64 changes: 64 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,69 @@
# @spotlightjs/electron

## 1.5.0

### Minor Changes

- # Add profile grafting into traces ([#692](https://github.com/getsentry/spotlight/pull/692))

With this change, Spotlight can now ingest v1 profiles and graft profiling data into the trace view to fill in the
gaps where span/trace instrumentation falls short.

This feature is experimental.

Breaking change for `tsconfig`: It now targets ES2023 as we needed `Array.findLastIndex()`

- Flatter tree view for deeply nested traces with 1 child at each level
([#686](https://github.com/getsentry/spotlight/pull/686))

### Patch Changes

- Sort envelopes from most recent to oldest ([#697](https://github.com/getsentry/spotlight/pull/697))

- Fix some typing issues in sentryDataCache ([#691](https://github.com/getsentry/spotlight/pull/691))

- Fix span details modal resetting trace view tree state on close
([#701](https://github.com/getsentry/spotlight/pull/701))

- Fix some profile samples were not grouped and added to trace span list for detail view
([#698](https://github.com/getsentry/spotlight/pull/698))

- Fix span details showing incorrect span start time ([#689](https://github.com/getsentry/spotlight/pull/689))

- Fix rare error when `score.total` is missing from `measurements`
([#682](https://github.com/getsentry/spotlight/pull/682))

- Fix Astro v5 compatibility ([#706](https://github.com/getsentry/spotlight/pull/706))

Upgraded all Astro dependencies to v5+. This required suppressing Sentry instrumentation on the sidecar when used
programmatically (unless explicitly passed `isStandalone: true`) to prevent Spotlight spamming itself with
transactions from the very sidecar instance that it is running.

BREAKING: We had to bump minimum required Astro version for the Astro plugin to 4.7+ as we needed the new dev toolbar
app APIs.

- Make things snappy by using Map() for trace span look ups ([#690](https://github.com/getsentry/spotlight/pull/690))

- Better auto collapsing logic for large or deep span trees ([#699](https://github.com/getsentry/spotlight/pull/699))

- Unify and simplify duration calculations and representations ([#688](https://github.com/getsentry/spotlight/pull/688))

- Updated dependencies
[[`4cde1351151520d576fa173485993f30a29a594a`](https://github.com/getsentry/spotlight/commit/4cde1351151520d576fa173485993f30a29a594a),
[`1ffe90f973618b8775753c257d3efc7c688de522`](https://github.com/getsentry/spotlight/commit/1ffe90f973618b8775753c257d3efc7c688de522),
[`dab431eccdeb751b0eecdd3a41bbb790011f0c52`](https://github.com/getsentry/spotlight/commit/dab431eccdeb751b0eecdd3a41bbb790011f0c52),
[`05e03c749892af0042f3cc4e3e15b85fd5dcdaac`](https://github.com/getsentry/spotlight/commit/05e03c749892af0042f3cc4e3e15b85fd5dcdaac),
[`18bee4d0a3c8ea7021866ed09855b3feee40c4c4`](https://github.com/getsentry/spotlight/commit/18bee4d0a3c8ea7021866ed09855b3feee40c4c4),
[`289a040d9cdfdf1a4ca65ed0e80aadb7adc36830`](https://github.com/getsentry/spotlight/commit/289a040d9cdfdf1a4ca65ed0e80aadb7adc36830),
[`9c498dd3e358e6337ea0d8725bb6bf1b41a66233`](https://github.com/getsentry/spotlight/commit/9c498dd3e358e6337ea0d8725bb6bf1b41a66233),
[`52ceec528c4e293d92afc6567886b9ee9dcffc7a`](https://github.com/getsentry/spotlight/commit/52ceec528c4e293d92afc6567886b9ee9dcffc7a),
[`002a1873dab737ffbe647dd608bb00b7bf6ab1a6`](https://github.com/getsentry/spotlight/commit/002a1873dab737ffbe647dd608bb00b7bf6ab1a6),
[`a6dee826c983fb1671930f8187ba98e033f291ff`](https://github.com/getsentry/spotlight/commit/a6dee826c983fb1671930f8187ba98e033f291ff),
[`e31e3da656d4c675845d4f736e93f350d6f8f687`](https://github.com/getsentry/spotlight/commit/e31e3da656d4c675845d4f736e93f350d6f8f687),
[`0fcb37d5878568018038d237956426219bf64fc3`](https://github.com/getsentry/spotlight/commit/0fcb37d5878568018038d237956426219bf64fc3)]:
- @spotlightjs/overlay@2.12.0
- @spotlightjs/sidecar@1.11.2

## 1.4.3

### 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.4.3",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/getsentry/spotlight.git",
Expand Down
48 changes: 48 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# @spotlightjs/core

## 2.12.0

### Minor Changes

- # Add profile grafting into traces ([#692](https://github.com/getsentry/spotlight/pull/692))

With this change, Spotlight can now ingest v1 profiles and graft profiling data into the trace view to fill in the
gaps where span/trace instrumentation falls short.

This feature is experimental.

Breaking change for `tsconfig`: It now targets ES2023 as we needed `Array.findLastIndex()`

- Flatter tree view for deeply nested traces with 1 child at each level
([#686](https://github.com/getsentry/spotlight/pull/686))

### Patch Changes

- Sort envelopes from most recent to oldest ([#697](https://github.com/getsentry/spotlight/pull/697))

- Fix some typing issues in sentryDataCache ([#691](https://github.com/getsentry/spotlight/pull/691))

- Fix span details modal resetting trace view tree state on close
([#701](https://github.com/getsentry/spotlight/pull/701))

- Fix some profile samples were not grouped and added to trace span list for detail view
([#698](https://github.com/getsentry/spotlight/pull/698))

- Fix span details showing incorrect span start time ([#689](https://github.com/getsentry/spotlight/pull/689))

- Fix rare error when `score.total` is missing from `measurements`
([#682](https://github.com/getsentry/spotlight/pull/682))

- Fix Astro v5 compatibility ([#706](https://github.com/getsentry/spotlight/pull/706))

Upgraded all Astro dependencies to v5+. This required suppressing Sentry instrumentation on the sidecar when used
programmatically (unless explicitly passed `isStandalone: true`) to prevent Spotlight spamming itself with
transactions from the very sidecar instance that it is running.

BREAKING: We had to bump minimum required Astro version for the Astro plugin to 4.7+ as we needed the new dev toolbar
app APIs.

- Make things snappy by using Map() for trace span look ups ([#690](https://github.com/getsentry/spotlight/pull/690))

- Better auto collapsing logic for large or deep span trees ([#699](https://github.com/getsentry/spotlight/pull/699))

- Unify and simplify duration calculations and representations ([#688](https://github.com/getsentry/spotlight/pull/688))

## 2.11.1

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

## 1.11.2

### Patch Changes

- Fix Astro v5 compatibility ([#706](https://github.com/getsentry/spotlight/pull/706))

Upgraded all Astro dependencies to v5+. This required suppressing Sentry instrumentation on the sidecar when used
programmatically (unless explicitly passed `isStandalone: true`) to prevent Spotlight spamming itself with
transactions from the very sidecar instance that it is running.

BREAKING: We had to bump minimum required Astro version for the Astro plugin to 4.7+ as we needed the new dev toolbar
app APIs.

## 1.11.1

### 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.11.1",
"version": "1.11.2",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
Loading

0 comments on commit d05c7d7

Please sign in to comment.