Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta(changelog): Update package versions #662

Closed
wants to merge 1 commit into from

Conversation

sentry-release-bot[bot]
Copy link
Contributor

This PR was opened by the Changesets release 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. 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@3.0.0

Major Changes

  • Render placeholders when missing known attributes in Sentry events
    (#656)

Patch Changes

@spotlightjs/electron@2.0.0

Major Changes

  • Render placeholders when missing known attributes in Sentry events
    (#656)

Patch Changes

@spotlightjs/overlay@3.0.0

Major Changes

  • Render placeholders when missing known attributes in Sentry events
    (#656)

Minor Changes

  • Add base64 encoding for envelope passing (#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)

  • Add auto-reload dev mode for Overlay (#657)

  • Add spotlight@ prefix to Sentry releases to distinguish them
    (#660)

@spotlightjs/sidecar@2.0.0

Major Changes

  • Render placeholders when missing known attributes in Sentry events
    (#656)

Minor Changes

  • Add base64 encoding for envelope passing (#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)

@spotlightjs/spotlight@3.0.0

Major Changes

  • Render placeholders when missing known attributes in Sentry events
    (#656)

Patch Changes

@spotlightjs/tsconfig@2.0.0

Major Changes

  • Render placeholders when missing known attributes in Sentry events
    (#656)

Copy link

vercel bot commented Jan 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
spotlightjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 1:21am

@BYK BYK closed this Jan 22, 2025
@BYK BYK deleted the changeset-release/main branch January 22, 2025 01:20
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.29%. Comparing base (83dc5fa) to head (36e7467).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #662   +/-   ##
=======================================
  Coverage   31.29%   31.29%           
=======================================
  Files          92       92           
  Lines        5435     5435           
  Branches      100      100           
=======================================
  Hits         1701     1701           
  Misses       3734     3734           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant