Merge pull request #1016 from vector-im/gzip_extension

Add .gz extension to to traces.json
This commit is contained in:
David Baker 2023-04-20 11:09:00 +01:00 committed by GitHub
commit 1792ef7e38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {