Skip to content

Disable console breadcrumbs by default #455

@Widdershin

Description

@Widdershin

Currently, raygun4js wraps the console methods in order to create breadcrumbs from console messages. Unfortunately, this causes the console messages to show up as being logged from raygun.umd.js or equivalent bundle, which obscures the original source location from the users.

This can be worked around by blackboxing the Raygun source in the browser, or calling rg4js('disableAutoBreadcrumbsConsole'). However, this behaviour can still be very confusing.

We should disable this feature by default, and instead recommend rg4js('enableAutoBreadcrumbsConsole') to customers who want to opt-in to this feature. This should be less surprising, and should help ease our onboarding.

Related: #348, #384

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions