Skip to content

Releases: getsentry/spotlight

@spotlightjs/[email protected]

22 Jan 01:42
4bf3776
Compare
Choose a tag to compare

Minor Changes

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

Patch Changes

@spotlightjs/[email protected]

22 Jan 01:42
4bf3776
Compare
Choose a tag to compare

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/[email protected]

22 Jan 01:41
4bf3776
Compare
Choose a tag to compare

Minor Changes

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

  • 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/[email protected]

22 Jan 01:41
4bf3776
Compare
Choose a tag to compare

Minor Changes

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

Patch Changes

@spotlightjs/[email protected]

22 Jan 01:41
4bf3776
Compare
Choose a tag to compare

Minor Changes

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

Patch Changes

@spotlightjs/[email protected]

14 Dec 02:37
84b2fa1
Compare
Choose a tag to compare

Minor Changes

  • Add support for rich breadcrumbs (#632)

Patch Changes

@spotlightjs/[email protected]

14 Dec 02:37
84b2fa1
Compare
Choose a tag to compare

Minor Changes

  • Add support for rich breadcrumbs (#632)

Patch Changes

  • Fix timeout mechanism on is sidecar running check (#634)

  • Fix encoding related corruption on binary envelope payloads (#631)

@spotlightjs/[email protected]

14 Dec 02:37
84b2fa1
Compare
Choose a tag to compare

Minor Changes

  • Add support for rich breadcrumbs (#632)

Patch Changes

  • More resillient envelope parsing to prevent crashes on bad data
    (#629)

  • Add missing UMD bundle (#626)

  • Fix encoding related corruption on binary envelope payloads (#631)

@spotlightjs/[email protected]

14 Dec 02:37
84b2fa1
Compare
Choose a tag to compare

Minor Changes

  • Add support for rich breadcrumbs (#632)

Patch Changes

@spotlightjs/[email protected]

14 Dec 02:37
84b2fa1
Compare
Choose a tag to compare