Skip to content

@spotlightjs/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 23:36
· 2 commits to main since this release
d05c7d7

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.