Package + Version
Version:
Description
The stack trace for the React error boundary appears to be using the minified file name, but the line numbers from the source map? at least when I test with the browser devtools open:

This is resulting in an "Invalid location in sourcemap" error in Sentry:

The regular (non-ErrorBoundary) exception is fine and the code is shown correctly, apart from saying "crashed in non-app" even though it IS app code, which is something else I need to figure out):


N/A - This is an onpremise installation
Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)@sentry/reactVersion:
Description
The stack trace for the React error boundary appears to be using the minified file name, but the line numbers from the source map? at least when I test with the browser devtools open:
This is resulting in an "Invalid location in sourcemap" error in Sentry:

The regular (non-ErrorBoundary) exception is fine and the code is shown correctly, apart from saying "crashed in non-app" even though it IS app code, which is something else I need to figure out):