Skip to content

Commit ae0b9cb

Browse files
sentry-release-bot[bot]github-actions[bot]
authored andcommitted
meta(changelog): Update package versions (#664)
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/astro@2.4.0 ### Minor Changes - Render placeholders when missing known attributes in Sentry events ([#656](#656)) ### Patch Changes - Updated dependencies \[[`5d8c7058300b349cd17d543874cfb810ff7db8d9`](5d8c705), [`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](cfa9cc9), [`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](356890c)]: - @spotlightjs/spotlight@2.10.0 ## @spotlightjs/electron@1.4.0 ### Minor Changes - Render placeholders when missing known attributes in Sentry events ([#656](#656)) ### Patch Changes - Add `spotlight@` prefix to Sentry releases to distinguish them ([#660](#660)) - Updated dependencies \[[`8bed105e28f11c139c00f6b4a63717b1fb99d396`](8bed105), [`4c1b619079d4a1ca0e280dedef89bb8e1bf3f069`](4c1b619), [`9606eb25434468bb9377569667f4071a177b85ab`](9606eb2), [`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](cfa9cc9), [`277bd766aead9a6eabf043cc2490f59d0e1729b6`](277bd76), [`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](356890c)]: - @spotlightjs/overlay@2.10.0 - @spotlightjs/sidecar@1.11.0 ## @spotlightjs/overlay@2.10.0 ### Minor Changes - Render placeholders when missing known attributes in Sentry events ([#656](#656)) - Add base64 encoding for envelope passing ([#659](#659)) This fixes the issue certain characters getting lost or changed during the implicit and forced UTF-8 encoding, namely certain ANSI-escape characters when we capture them as breadcrumbs. This was breaking NextJS recently. The mechanism is opt-in from Sidecar side and the new overlay automatically opts in to fix the issue. The new overlay is also capable of processing messages w/o base64 encoding so this change is both backwards and forwards compatible meaning a new version of overlay can work with an old sidecar and a new version of sidecar can work with an older overlay. That said to get the fix, both should be on the new version, opting into base64 encoding. ### Patch Changes - Fix direct transport init when sidecar transport is already enabled ([#658](#658)) - Add auto-reload dev mode for Overlay ([#657](#657)) - Add `spotlight@` prefix to Sentry releases to distinguish them ([#660](#660)) ## @spotlightjs/sidecar@1.11.0 ### Minor Changes - Add base64 encoding for envelope passing ([#659](#659)) This fixes the issue certain characters getting lost or changed during the implicit and forced UTF-8 encoding, namely certain ANSI-escape characters when we capture them as breadcrumbs. This was breaking NextJS recently. The mechanism is opt-in from Sidecar side and the new overlay automatically opts in to fix the issue. The new overlay is also capable of processing messages w/o base64 encoding so this change is both backwards and forwards compatible meaning a new version of overlay can work with an old sidecar and a new version of sidecar can work with an older overlay. That said to get the fix, both should be on the new version, opting into base64 encoding. ### Patch Changes - Upgrades source-map dependency to avoid mappings.wasm error ([#638](#638)) ## @spotlightjs/spotlight@2.10.0 ### Minor Changes - Render placeholders when missing known attributes in Sentry events ([#656](#656)) ### Patch Changes - Remove Windows home directories from Sentry reports ([#644](#644)) - Add `spotlight@` prefix to Sentry releases to distinguish them ([#660](#660)) - Updated dependencies \[[`8bed105e28f11c139c00f6b4a63717b1fb99d396`](8bed105), [`4c1b619079d4a1ca0e280dedef89bb8e1bf3f069`](4c1b619), [`9606eb25434468bb9377569667f4071a177b85ab`](9606eb2), [`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](cfa9cc9), [`277bd766aead9a6eabf043cc2490f59d0e1729b6`](277bd76), [`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](356890c)]: - @spotlightjs/overlay@2.10.0 - @spotlightjs/sidecar@1.11.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1fa8f65 commit ae0b9cb

17 files changed

+111
-57
lines changed

.changeset/cold-teachers-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-hotels-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/giant-bugs-suffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thick-lizards-battle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-geckos-look.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/tricky-seahorses-float.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/unlucky-ants-invite.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/astro/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @spotlightjs/astro
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- Render placeholders when missing known attributes in Sentry events
8+
([#656](https://github.com/getsentry/spotlight/pull/656))
9+
10+
### Patch Changes
11+
12+
- Updated dependencies
13+
[[`5d8c7058300b349cd17d543874cfb810ff7db8d9`](https://github.com/getsentry/spotlight/commit/5d8c7058300b349cd17d543874cfb810ff7db8d9),
14+
[`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](https://github.com/getsentry/spotlight/commit/cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4),
15+
[`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](https://github.com/getsentry/spotlight/commit/356890c6faf4ef3d9ebf85615e3f43f34fca0439)]:
16+
- @spotlightjs/spotlight@2.10.0
17+
318
## 2.3.0
419

520
### Minor Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/astro",
33
"description": "Add spotlight to your Astro toolbar, for better debugging.",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"license": "Apache-2.0",
66
"author": "Sentry",
77
"repository": "git@github.com:getsentry/spotlight.git",

packages/electron/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# spotlight
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- Render placeholders when missing known attributes in Sentry events
8+
([#656](https://github.com/getsentry/spotlight/pull/656))
9+
10+
### Patch Changes
11+
12+
- Add `spotlight@` prefix to Sentry releases to distinguish them
13+
([#660](https://github.com/getsentry/spotlight/pull/660))
14+
15+
- Updated dependencies
16+
[[`8bed105e28f11c139c00f6b4a63717b1fb99d396`](https://github.com/getsentry/spotlight/commit/8bed105e28f11c139c00f6b4a63717b1fb99d396),
17+
[`4c1b619079d4a1ca0e280dedef89bb8e1bf3f069`](https://github.com/getsentry/spotlight/commit/4c1b619079d4a1ca0e280dedef89bb8e1bf3f069),
18+
[`9606eb25434468bb9377569667f4071a177b85ab`](https://github.com/getsentry/spotlight/commit/9606eb25434468bb9377569667f4071a177b85ab),
19+
[`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](https://github.com/getsentry/spotlight/commit/cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4),
20+
[`277bd766aead9a6eabf043cc2490f59d0e1729b6`](https://github.com/getsentry/spotlight/commit/277bd766aead9a6eabf043cc2490f59d0e1729b6),
21+
[`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](https://github.com/getsentry/spotlight/commit/356890c6faf4ef3d9ebf85615e3f43f34fca0439)]:
22+
- @spotlightjs/overlay@2.10.0
23+
- @spotlightjs/sidecar@1.11.0
24+
325
## 1.3.0
426

527
### Minor Changes

0 commit comments

Comments
 (0)