Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```