You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If inside myFunc, Raven.captureException is called (but doesn't throw an exception), it has no knowledge of the tags you've set higher in the stack via context. context is just an alternate form of wrap, and poorly named; it doesn't "set a context" that is interpreted further below.
Couldn't find an issue relating to this, so...
When using
context
to wrap a function call, with additional data, e.g.if
Raven.captureMessage
is called from withinmyFunc
, the tagfoo
is not sent up to sentryLooks like it only sends the global options - https://github.com/getsentry/raven-js/blob/master/src/raven.js#L659
Is this expected behaviour?
The text was updated successfully, but these errors were encountered: