chrome-profile-sourcemap-resolver
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "chrome-profile-sourcemap-resolver", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Apply sourcemaps for a recorded chrome profile", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# chrome-profile-sourcemap-resolver | ||
CLI to apply sourcemaps for a recorded chrome profile | ||
The google performance profiler is an incredible powerfull tool for perfroamnce 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 -o profileMap.json | ||
``` | ||
npx chrome-profile-sourcemap-resolver profile.json | ||
```s |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
545540
8206
14