Failed to execute 'getComputedStyle' on 'Window' in Raven.js file

Hi,

I have the next error in Raven.js file under Chrome explorer, Microsoft Edge

My app is under NodeJS and ReactJS frameworks.

i really have not idea of how to debug or fix this issue in my app.

thanks in advance.

I know that is Raven.js because i use grunt to compile all my app files into only one html. and .js and his name is something like main112312wda.js
i let the output of the source from Google Chrome.

thanks

Hey @chuxolatouz this isn’t caused by raven-js. This is a side effect of the fact that we’re wrapping things to capture the exceptions. And in doing this, we have to capture, then rethrow the error, which is what you’re pointing out here. But the error itself came from what was wrapped. Look at your stacktrace and that should shed more information.

Hi @matt
Thank you very much,
i will try that!