I’m trying to setup the Sentry.io JavaScript library for use with my Chrome Extension. I’ve successfully sent a test event, but when I review it on the Sentry.io dashboard I see:
My current setup:
- I include the Raven library as a content script
- I call Raven.config(…).install() in my content script
What am I doing wrong here?
One other observation:
- Adding the { debug: true } flag to Raven.config(…, options).install() doesn’t seem to result in any additional console output.