ErrorBoundary
causing missing debug_meta
from being sent alongside errors
#621
Labels
ErrorBoundary
causing missing debug_meta
from being sent alongside errors
#621
Environment
Production dependencies:
Dev dependencies:
Using Sentry as SaaS (sentry.io).
Steps to Reproduce
Use Sentry's
ErrorBoundary
, eg:Expected Result
Sourcemap magic is worked and the stack trace shown for the error in Sentry is unminified.
Actual Result
Sourcemap magic isn't workable as there is no
debug_meta
posted alongside the error.Looking at the network requests being sent from the browser to Sentry when an error happens (inside of
<OtherComponent />
), it's successfully caught by Sentry, but there is nodebug_meta
information at all. This means that Sentry can't link everything together as expected.Some notes:
RewritePlugins
integration.beforeSend
).Every other method of error catching & reporting works as expected as far as I can tell, eg to lay them all out in one example that should be easy enough to be reproducible:
Let me know if you need any more information. I'd be happy to email/privately share links to specific events, data being posted from the browser -> sentry.io, etc.
The text was updated successfully, but these errors were encountered: