Skip to content

Brinks: Sentry.setContent must be an object #231

@brettski

Description

@brettski

error data is not being captured correctly at sentry as setContent() data must be an object

Sentry.setContext('metadata', metadata);
Sentry.setContext('errors', errorList);

E.g.:

Sentry.setContent('errors', { errorList });

Not
Sentry.setContent('errors, errorList);

Check all setContent() calls to ensure the are formatted correctly.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions