Revert "Revert "Add .gz extension to to traces.json""

This commit is contained in:
David Baker
2023-05-03 10:43:46 +01:00
committed by GitHub
parent 515e00b763
commit f2a7de2d8e

View File

@@ -249,7 +249,7 @@ export function useSubmitRageshake(): {
body.append( body.append(
"file", "file",
gzip(ElementCallOpenTelemetry.instance.rageshakeProcessor!.dump()), gzip(ElementCallOpenTelemetry.instance.rageshakeProcessor!.dump()),
"traces.json" "traces.json.gz"
); );
if (inspectorState) { if (inspectorState) {