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
Do you want to request a feature or report a bug?
Report a bug.
What is the current behavior?
Go to https://plnkr.co/edit/vNk2pYrM6RRN2igkrHqZ. Open Chrome console. Run the plunker. Observe error cannot read property 'bar' of undefined.
cannot read property 'bar' of undefined
What is the expected behavior?
The console.log in the plunker should print 'baz'.
I am currently working around this by changing the self.wrap(fn) in https://github.com/getsentry/raven-js/blob/3.0.4/dist/raven.js#L1001-L1008 to self.wrap({deep: false}, fn).
self.wrap(fn)
self.wrap({deep: false}, fn)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Raven.js no longer wraps jQuery as of #849, so this issue is closed.
Sorry, something went wrong.
No branches or pull requests
Do you want to request a feature or report a bug?
Report a bug.
What is the current behavior?
Go to https://plnkr.co/edit/vNk2pYrM6RRN2igkrHqZ. Open Chrome console. Run the plunker. Observe error
cannot read property 'bar' of undefined
.What is the expected behavior?
The console.log in the plunker should print 'baz'.
I am currently working around this by changing the
self.wrap(fn)
in https://github.com/getsentry/raven-js/blob/3.0.4/dist/raven.js#L1001-L1008 toself.wrap({deep: false}, fn)
.Thanks in advance!
The text was updated successfully, but these errors were encountered: