diff --git a/bin.js b/bin.js index 11d1e422..33ee55bc 100755 --- a/bin.js +++ b/bin.js @@ -486,6 +486,8 @@ async function runTool (args, Tool, version, uiOptions) { const openLocalFile = args.open && !args.upload const tool = new Tool({ + relativePath: parseInt(args['relative-path'], 10), + sourceMaps: parseInt(args['source-maps'], 10), sampleInterval: parseInt(args['sample-interval'], 10), detectPort: !!onPort, dest: args.dest, diff --git a/package.json b/package.json index 97786d82..5b85839e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@nearform/bubbleprof": "^3.0.0", "@nearform/doctor": "^4.1.0", - "@nearform/flame": "^5.0.0", + "@nearform/flame": "nearform/node-clinic-flame#source_map", "any-shell-escape": "^0.1.1", "async": "^3.0.1", "autocannon": "^4.0.0",