Skip to content

Sentry 6.17.7 changes logged message from String to Array #4558

Closed
@erikt9

Description

@erikt9

Package + Version

  • @sentry/browser
  • @sentry/node
  • raven-js
  • raven-node (raven for node)
  • other:

Version:

6.17.7

Description

I believe this is related to #4533.

When opening the dev console on previous sentry version and writing a simple log, the message is written as a string:

console.log('hello world')
[Log] hello world
< undefined

With 6.17.7, message is written as an Array.

console.log('hello world');
[Log] ["hello world"]
< undefined

I see this behavior in latest Safari, Firefox, and Chrome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Package: browserIssues related to the Sentry Browser SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions