-
Notifications
You must be signed in to change notification settings - Fork 617
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, when using the "Share trace" functionality in the Perfetto UI, the system generates a permalink. However, there is no way to attach a human-readable name or description to this link at the time of creation. When sharing multiple traces or revisiting old shared links, it is difficult to distinguish them without analyzing each one.
Proposed Solution:
- Update the "Share trace" button to open a dialog to include an optional text input field (e.g., "Trace Name" or "Description").
- When generating the permalink, store this custom name alongside the trace metadata.
- When a user opens the unique permalink, display this name in the UI (e.g., in the top header bar or as the browser tab title).
If it's a simple change, I don't mind doing it myself :)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request