-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raven is not configured #4
Comments
Ok, so it seems it does actually log exceptions to Raven (without the 'state'). Odd the message shows up. I'll try putting it up online somewhere to see if it could be related to local development. |
Do you have raven-js installed already? Maybe it's unintentionally bundling two copies. I might need to make this lib use peerDeps. |
You could be on to something .. npm list gives, after the tree: `npm ERR! extraneous: [email protected] /Users/........./node_modules/redux-raven-middleware`` |
I am getting this issue as well, I'll get around to it some time. If the bug is an error that occurs before Raven is initialize, maybe queue it until Raven is initialized. |
When loading the Redux Raven Middleware as described the console says:
Error: Raven has not been configured.
When trying to initialise Raven from the same console it says it's already configured:
Error: Raven has already been configured
I tracked down the
afterLoad
function doesn't know ofwindow.RavenConfig
.. could this be a clue as to what's wrong?The text was updated successfully, but these errors were encountered: