Skip to content

launchdarkly-labs/node-holiday-tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️ Tracing the impact of holiday styling in your Node.js app, LaunchDarkly style

Example Express app that can be integrated with LaunchDarkly's Node.js Observability SDK).

How to get started:

clone this repo on to your local machine:

git clone https://github.com/launchdarkly-labs/node-holiday-tracing

Log in to your LaunchDarkly account (or sign up for a free one here.) Copy your SDK key. Paste the key into the .env.example file. Rename .env.example file to .env

With this setup, the LaunchDarkly SDK can access the credentials locally but you won’t accidentally commit them to source control and compromise your security.

Install dependencies using the following command:

npm install

Run the server:

npm start

If you load http://127.0.0.1:3000/ in the browser, you should see a starter page.

Follow along with the rest of the tutorial: https://docs.launchdarkly.com/tutorials/observability-holiday-tracing

License

Apache 2.0

About

Demo: add tracing to your Node.js app using LaunchDarkly's observability SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published