TypeScript
The TypeScript compiler can output source maps. Configure the sourceRoot
property to /
to strip the build path prefix from generated source code references. This allows Sentry to match source files relative to your source root folder:
tsconfig.json
Copied
{
"compilerOptions": {
"sourceMap": true,
"inlineSources": true,
"sourceRoot": "/"
}
}
Next Steps
You can edit this page on GitHub.
- Package:
- npm:@sentry/react
- Version:
- 5.29.0
- Repository:
- https://github.com/getsentry/sentry-javascript