Revert "Revert "Add .gz extension to to traces.json""
This commit is contained in:
@@ -249,7 +249,7 @@ export function useSubmitRageshake(): {
|
||||
body.append(
|
||||
"file",
|
||||
gzip(ElementCallOpenTelemetry.instance.rageshakeProcessor!.dump()),
|
||||
"traces.json"
|
||||
"traces.json.gz"
|
||||
);
|
||||
|
||||
if (inspectorState) {
|
||||
|
||||
Reference in New Issue
Block a user