Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Provide integration for console.error #121

Closed
dcramer opened this issue Jul 6, 2015 · 9 comments
Closed

Provide integration for console.error #121

dcramer opened this issue Jul 6, 2015 · 9 comments

Comments

@dcramer
Copy link
Member

dcramer commented Jul 6, 2015

No description provided.

@bradvogel
Copy link

+1

2 similar comments
@wearhere
Copy link

wearhere commented Sep 3, 2015

+1

@andrewtamura
Copy link

+1

@kiwiholmberg
Copy link

Expected this (console.error() stuff) to be logged by default.

@benvinegar
Copy link
Contributor

If possible, we're going to see if this can be logged as a breadcrumb instead.

@VinceOPS
Copy link

+1

@LewisJEllis
Copy link
Contributor

This is now done as a breadcrumb.

@wearhere
Copy link

So a console.error call will only be logged to Sentry if raven-js is later told to capture something?

@LewisJEllis
Copy link
Contributor

If raven-node is told to capture something, to be precise, but yes; breadcrumbs are collected throughout execution (but not immediately reported), and then reported alongside a later captured exception. If you want to report a message immediately, you can Raven.captureMessage.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants