Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.01 KB

File metadata and controls

38 lines (24 loc) · 1.01 KB

Stackdriver Trace sample for Node.js

This sample demonstrates StackDriver Trace with Node.js.

Setup

Before you can run or deploy the sample, you need to do the following:

  1. Refer to the appengine/README.md file for instructions on running and deploying.

  2. [Create a Google Analytics Property and obtain the Tracking ID][tracking].

  3. Add your tracking ID to app.yaml.

  4. Install dependencies:

    npm install
    

Running locally

npm start

Deploying to App Engine

npm run deploy

Use the Stackdriver Trace dashboard to inspect recorded traces.

Running the tests

See Contributing.