Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intercept LaunchDarkly Events with Vector

Usage

  1. Clone this repo locally
  2. In your terminal, run curl --proto '=https' --tlsv1.2 -sSf https://sh.vector.dev | bash to install Vector
  3. Verify that it's working with vector --version
  4. Run export LD_SDK_KEY='YOUR-LD-SDK-KEY'
  5. Run export LD_MOBILE_KEY='YOUR-LD-MOBILE-KEY
  6. Run export LD_CLIENT_SIDE_ID='YOUR-CLIENT-SIDE-ID
  7. Run vector --config vector.toml to start Vector.

Leave that terminal instance running. This is the Vector service that's listening for LaunchDarkly events.

  1. In a separate terminal window, navigate to your project directory
  2. Run export LD_SDK_KEY='YOUR-LD-SDK-KEY' again
  3. Run python main.py
  4. Look in your Vector terminal window to ensure LaunchDarkly events were captured and printed by Vector.

If it ran successfully, you should see a configuration event, followed by context and contextKeys events.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages