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

This commit is contained in:
David Baker
2023-04-20 13:47:48 +01:00
committed by GitHub
parent 1792ef7e38
commit d96643d003

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.gz" "traces.json"
); );
if (inspectorState) { if (inspectorState) {