mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Add .gz extension to to traces.json
As we are sending a gzipped file. We could make the rageshake server look for this and gunzip it, but either way this seems like as good a way as any to signal that the file is gzipped.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user