Skip to content

Releases: getsentry/spotlight

@spotlightjs/spotlight@2.12.0

13 Mar 22:37
2a40efd
Compare
Choose a tag to compare

Minor Changes

  • Make event id a link to raw envelope on envelope details page
    (#729)

Patch Changes

@spotlightjs/overlay@2.13.0

13 Mar 22:37
2a40efd
Compare
Choose a tag to compare

Minor Changes

  • Make event id a link to raw envelope on envelope details page
    (#729)

  • Added Search support in Trace details (#730)

Patch Changes

  • Fix envelope sorting and local classification (#727)

  • Fix UI issues when we get a bare span envelope (#726)

  • Fix span details modal resetting trace view tree state on close (for reals this time)
    (#728)

  • Fixes detection of Sentry SDK frames in Vite projects (#718)

@spotlightjs/electron@1.6.0

13 Mar 22:37
2a40efd
Compare
Choose a tag to compare

Minor Changes

  • Make event id a link to raw envelope on envelope details page
    (#729)

Patch Changes

@spotlightjs/astro@3.1.0

13 Mar 22:37
2a40efd
Compare
Choose a tag to compare

Minor Changes

  • Make event id a link to raw envelope on envelope details page
    (#729)

Patch Changes

@spotlightjs/spotlight@2.11.1

03 Mar 13:27
d14b8c5
Compare
Choose a tag to compare

Patch Changes

@spotlightjs/overlay@2.12.1

03 Mar 13:27
d14b8c5
Compare
Choose a tag to compare

Patch Changes

  • Process profiles without thread metadata correctly (#714)

@spotlightjs/electron@1.5.1

03 Mar 13:27
d14b8c5
Compare
Choose a tag to compare

Patch Changes

@spotlightjs/astro@3.0.1

03 Mar 13:27
d14b8c5
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @spotlightjs/spotlight@2.11.1

@spotlightjs/spotlight@2.11.0

27 Feb 23:36
d05c7d7
Compare
Choose a tag to compare

Minor Changes

  • Add profile grafting into traces (#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)

Patch Changes

@spotlightjs/sidecar@1.11.2

27 Feb 23:36
d05c7d7
Compare
Choose a tag to compare

Patch Changes

  • Fix Astro v5 compatibility (#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.