Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Sentry (raven-js) support #86

Closed
philfreo opened this issue Feb 20, 2013 · 6 comments
Closed

Sentry (raven-js) support #86

philfreo opened this issue Feb 20, 2013 · 6 comments

Comments

@philfreo
Copy link
Contributor

I'd like to see support for http://getsentry.com/welcome/ for JS error tracking
http://raven-js.readthedocs.org/en/latest/usage/index.html#tracking-authenticated-users

@ianstormtaylor
Copy link
Contributor

Interesting, curious to know how you envision the API working. Or are you just talking about loading it on the page?

@philfreo
Copy link
Contributor Author

It'd be very similar to your existing Errorception integration.

Load the script on the page, and pass identify attributes to Raven.setUser.

@ianstormtaylor
Copy link
Contributor

Ah gotcha, so you're binding to window.onerror and not sending in log statements directly?

@philfreo
Copy link
Contributor Author

Correct

@ianstormtaylor
Copy link
Contributor

Cool yeah that's totally doable. Getting my brain churning about a logging API too

@ianstormtaylor
Copy link
Contributor

it's on master now, and will be pushed live to segment.io in a couple minutes!

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

2 participants