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:
parent
0de1aa74ee
commit
1dd70ea22d
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ export function useSubmitRageshake(): {
|
|||
body.append(
|
||||
"file",
|
||||
gzip(ElementCallOpenTelemetry.instance.rageshakeProcessor!.dump()),
|
||||
"traces.json"
|
||||
"traces.json.gz"
|
||||
);
|
||||
|
||||
if (inspectorState) {
|
||||
|
|
Loading…
Add table
Reference in a new issue