getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
352 stars 45 forks source link

feat(js): Return "sourcemap origin" #1447

Closed loewenheim closed 1 month ago

loewenheim commented 2 months ago

This adds a sourcemap_origin field to JsFrameData that contains information about where exactly the sourcemap that was used to symbolicate the frame came from. See test snapshots for examples of what that looks like.

Fixes #1446.