New Relic Sourcemap Test
Click any button below to trigger an error and verify sourcemap decoding in New Relic:
Testing Instructions:
- Open browser DevTools Console (F12) to see log messages
- Click any button to trigger an error
- Check console for logs with correct source locations
- Go to New Relic Browser → JS errors to verify sourcemaps
Expected in New Relic:
- Stack traces should show original TypeScript file locations
- Line numbers should point to this source file (_index.tsx)
- Function names should be preserved (handleSyncError, deepFunction3, etc.)