Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jantimon/chrome-profile-sourcemap-resolver
Apply sourcemaps for a recorded chrome profile
https://github.com/jantimon/chrome-profile-sourcemap-resolver
Last synced: 28 days ago
JSON representation
Apply sourcemaps for a recorded chrome profile
- Host: GitHub
- URL: https://github.com/jantimon/chrome-profile-sourcemap-resolver
- Owner: jantimon
- Created: 2021-12-17T08:49:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T12:55:22.000Z (almost 3 years ago)
- Last Synced: 2024-09-14T22:15:02.541Z (about 2 months ago)
- Language: TypeScript
- Size: 671 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# chrome-profile-sourcemap-resolver
The google performance profiler is an incredible powerfull tool for performance debugging.
Unfortunately - at least as of today - it does not support sourcemaps.As a quickfix the `chrome-profile-sourcemap-resolver` allows to convert a raw `profile.json` and tries to resolves sourcemap for all stacktraces.
![Before and After example](https://github.com/jantimon/chrome-profile-sourcemap-resolver/raw/main/conversion.png)
Usage:
```
npx chrome-profile-sourcemap-resolver profile.json
```