Dashboardopencode-lorePLACEHOLDER_DEBUG_ID replacement

PLACEHOLDER_DEBUG_ID replacement

Category: gotcha
Confidence: 1.00
ID: 01a0acd0-4ea3-7840-88c2-87a149a09304
Project ID: 6f4be9ff-ed84-4cca-a9e7-732a0b0b8677
Cross-project: No
Recalled in other projects: 0
Source session: 1TutjQPETTgJmAO7j
Created: 2026-09-17 00:42:07
Updated: 2026-09-17 00:42:07

Content

Trap: injecting the sourcemap debug ID but leaving PLACEHOLDER_DEBUG_ID in the JavaScript bundle looks sufficient because the debug comment and map are correct, but runtime registration still uses the dead UUID. Fix: replace the 36-character placeholder after injectDebugId(..., { skipSnippet: true }); equal UUID lengths preserve sourcemap positions. Verify the JS comment, debug_id, and debugId match and the placeholder is absent.

Move to: