Added node.js client tracing

This commit is contained in:
morganmclean 2018-07-11 15:40:38 -07:00
parent 59430d5854
commit 88b29516fb

View file

@ -15,6 +15,7 @@
* limitations under the License.
*
*/
require('@google-cloud/trace-agent').start();
const path = require('path');
const grpc = require('grpc');