Error events from nested iFrame do not contain source map debugID reference. #15535
Open
3 tasks done
Labels
Package: browser
Issues related to the Sentry Browser SDK
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
9.2.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
There is a sandbox app where the issue happens and more details on how it is configured are available in this internal ticket
See the internal comment from 28/02 with a summary of information.
Steps to Reproduce
Expected Result
The event sent by the SDK has source maps debugIDs attached to them.
Actual Result
The event does not have the DebugID reference under
debug_meta
.Because webpack rename the uploaded files, the fallback of matching abs_path to the uploaded source maps also also fails. Source maps are hosted internally with no access from outside, thus source map fetching also fails.
I can confirm that the minified file has the correct debugID, which is found in the uploaded files to Sentry:
Minified file contains:
Screenshot from project settings with the uploaded file:
The text was updated successfully, but these errors were encountered: