Commit 12bfd75
feat: forward GutenbergKit source-map Debug IDs to Sentry
Conform GutenbergKit's `GutenbergJSException.DebugImage` to the crash-logging
service's `JSDebugImage` protocol, so the editor's source-map Debug IDs reach the
Sentry event's `debug_meta`. This lets Sentry symbolicate GutenbergKit editor
exceptions by Debug ID, independent of the WebView's on-device file paths.
The existing `JSException` conformance picks up the debug images automatically
via the protocol's associated type; the legacy React Native path is unaffected
(it provides no debug images and uses the empty default).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 23c3e4b commit 12bfd75
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| 665 | + | |
665 | 666 | | |
0 commit comments