Skip to content

Breadcrumbs should display JSON representation of objects instead of "[object Object]" #231

@Buthrakaur

Description

@Buthrakaur

Sentry Breadcrumbs display object.toString() representation for console.log('message', {value: 1}), which is quite useless. The console arguments should be sent to Sentry in JSON (JSON.stringify()) so as the values are displayed instead of [object Object].

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions