Skip to content

Commit 171069a

Browse files
meta(changelog): Update package versions (#1220)
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/spotlight@4.9.0 ### Minor Changes - Add support for continuous profiling (Profiling V2) ([#1202](#1202)) - Add self-documenting CLI commands with per-command help support ([#1206](#1206)) Each CLI command now provides its own metadata (short description, usage, detailed help, and examples). The main help output is generated dynamically from this metadata, and users can get detailed help for specific commands via `spotlight help <command>` or `spotlight <command> --help`. ### Patch Changes - Remove dead code ([#1214](#1214)) - Fix profile visualization issues in trace views: ([#1203](#1203)) - Update frame colors to use vibrant, high-contrast colors for better visibility - Add custom nanovis palette for Spotlight's dark theme - Fix sunburst center text showing bytes instead of sample counts - Fix treemap visibility with proper color contrast - added support for AI SDK v2 in AI Mode ([#1216](#1216)) - updated the empty pages of traces and envelopes ([#1213](#1213)) - open external links in default browser ([#1212](#1212)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a9773f2 commit 171069a

File tree

9 files changed

+28
-45
lines changed

9 files changed

+28
-45
lines changed

.changeset/continuous-profiling-support.md

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

.changeset/fancy-deer-clean.md

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

.changeset/fix-profile-visualization.md

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

.changeset/hungry-terms-smell.md

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

.changeset/itchy-chefs-stay.md

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

.changeset/lovely-bikes-brush.md

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

.changeset/self-documenting-cli-commands.md

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

packages/spotlight/CHANGELOG.md

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

3+
## 4.9.0
4+
5+
### Minor Changes
6+
7+
- Add support for continuous profiling (Profiling V2) ([#1202](https://github.com/getsentry/spotlight/pull/1202))
8+
9+
- Add self-documenting CLI commands with per-command help support ([#1206](https://github.com/getsentry/spotlight/pull/1206))
10+
11+
Each CLI command now provides its own metadata (short description, usage, detailed help, and examples). The main help output is generated dynamically from this metadata, and users can get detailed help for specific commands via `spotlight help <command>` or `spotlight <command> --help`.
12+
13+
### Patch Changes
14+
15+
- Remove dead code ([#1214](https://github.com/getsentry/spotlight/pull/1214))
16+
17+
- Fix profile visualization issues in trace views: ([#1203](https://github.com/getsentry/spotlight/pull/1203))
18+
19+
- Update frame colors to use vibrant, high-contrast colors for better visibility
20+
- Add custom nanovis palette for Spotlight's dark theme
21+
- Fix sunburst center text showing bytes instead of sample counts
22+
- Fix treemap visibility with proper color contrast
23+
24+
- added support for AI SDK v2 in AI Mode ([#1216](https://github.com/getsentry/spotlight/pull/1216))
25+
26+
- updated the empty pages of traces and envelopes ([#1213](https://github.com/getsentry/spotlight/pull/1213))
27+
28+
- open external links in default browser ([#1212](https://github.com/getsentry/spotlight/pull/1212))
29+
330
## 4.8.0
431

532
### Minor Changes

packages/spotlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/spotlight",
33
"description": "Spotlight - Sentry for development. Containing the UI, sidecar, and electron app.",
4-
"version": "4.8.0",
4+
"version": "4.9.0",
55
"productName": "Spotlight",
66
"author": "Sentry",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)