We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a141f8 commit 77973ebCopy full SHA for 77973eb
bin/symbolicate/ci-script/symbolicate.js
@@ -41,6 +41,7 @@ function runScript() {
41
const id = urlData[1];
42
const serverUrl = `http://localhost:${port}/${id}`;
43
console.log("server url:", serverUrl);
44
+ console.log("metricName", metricName);
45
46
let folder = metricName.split("/")[0];
47
0 commit comments