# chrome-devtools-sourcemaps-provider-extension **Repository Path**: mirrors_getsentry/chrome-devtools-sourcemaps-provider-extension ## Basic Information - **Project Name**: chrome-devtools-sourcemaps-provider-extension - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-30 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sentry Devtools Sourcemap Provider Extension A browser extension to provide sourcemaps which have previously been uploaded to Sentry to the Chrome DevTools. This extension can be used to have unminified errors and debugging in production without leaking sourcemaps to the public. ## Development Run `npm i && npm run build` and add the extension to chrome via `chrome://extensions/`, "Developer mode" and "Load unpacked" pointing to `./dist`. After making changes run `npm run build` once more and reload the extension in `chrome://extensions/`.