Open ash-plunkett-alliance opened 1 month ago
Thanks for writing in!
@sentry/*
SDK deps installed.This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
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.