-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels