profiler icon indicating copy to clipboard operation
profiler copied to clipboard

The re-symbolicate button should bypass cached 404 errors

Open fqueze opened this issue 3 years ago • 1 comments

See https://bugzilla.mozilla.org/show_bug.cgi?id=1758566 for context.

fqueze avatar Mar 08 '22 22:03 fqueze

When triggering symbolication from the re-symbolicate button, we could, prior to sending the JSON request to the symbolication API, do some HEAD requests for each of the cached libraries, to https://symbols.mozilla.org/<debugName>/<breakpadID>/<debugName>.sym?_refresh=1.

mstange avatar Mar 08 '22 22:03 mstange