We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version 2.3.0) I'm using the snippet below in my AngularJS Ajax exception handler and getting the circular reference error above.
Raven.captureException(new Error('HTTP response error '), { extra: { _config: rejection.config, _status: rejection.status } });
If I remove the _config attribute it works but I have little exception info captured.
if I nullify 'config.context' it also works and I can keep config.
Any thoughts?
The text was updated successfully, but these errors were encountered:
json-stringify-safe
No branches or pull requests
(Raven version 2.3.0)
I'm using the snippet below in my AngularJS Ajax exception handler and getting the circular reference error above.
If I remove the _config attribute it works but I have little exception info captured.
if I nullify 'config.context' it also works and I can keep config.
Any thoughts?
The text was updated successfully, but these errors were encountered: