profiler-cli-v0.8.0
·
61 commits
to main
since this release
Highlights
- Add the ability to apply source maps from the CLI by @canova in #6229
- A new
sourcemapcommand group:profiler-cli sourcemap sourceslists the sources that carry a source map URL, andprofiler-cli sourcemap apply bundle.js.mapre-symbolicates the affected stacks in place, auto-matching a source (or pointing at one explicitly with--to src-Nwhen the match is ambiguous). Maps that carrysourcesContentalso make the original source available toprofiler-cli function annotate f-N, with per-line sample counts.
- A new
What's Changed
- Handle the cli daemon startup failures more gracefully with better errors by @canova in #6241
- Handle Text and Log marker payloads with their marker schema by @canova in #6247
- Bump the Gecko profile version to make sure that the Text and Log marker changes are picked up in the frontends by @canova in #6252
- Only call
getRawFrameTableBuilderWithExistingContentsonce per symbolication batch. by @mstange in #6233 - Bump profiler-cli version to 0.8.0 by @canova in #6254
📢 Deploy announcement: Firefox Profiler Deployment (August 10, 2026)
Full Changelog: profiler-cli-v0.7.0...profiler-cli-v0.8.0