Merge pull request #1035 from vector-im/revert-1018-revert-1016-gzip_extension

Re-apply "Add .gz extension to to traces.json"
This commit is contained in:
David Baker 2023-05-03 10:56:32 +01:00 committed by GitHub
commit 69826b4de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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