Raven works in Chrome but not Firefox Extension

HI. We have raven.js working properly in our Chrome extension (with expected ajaxError() and Raven.context() overrides applied) but it does not work in our equivalent Firefox extension.

The FF debugger gets ‘lost’ after execution at breakpoint: ‘Raven.config(…)’. Works fine in Chrome.

We are using the chrome extension equivalent of FF called ‘webextensions’. As of now, raven.js is the only lib we have not been able to implement in FF.

Does anyone have raven working in a Firefox extension?

Solved the issue. Chrome seems to be hoisting variable differently and as such FF/rave.js was throwing an exception. Problem fixed. Not a raven.js issue.