Coverage Listener Mode (Application Under Test)
Using the Go Agent in Coverage Listener Mode
Overview
Steps for Instrumenting an Application (AUT) with SeaLights Go Agent
1
Configuration and Build Session ID Generation
./slgoagent config \
--token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \
--app-name="shopping-cart-service" \
--branch="feature-checkout" \
--build="v1.2.3-build-456" export SL_APP_NAME="shopping-cart-service"
export SL_BRANCH="feature-checkout"
export SL_BUILD="v1.2.3-build-456"
./slgoagent configappName: "shopping-cart-service"
branch: "feature-checkout"
build: "v1.2.3-build-456"./slgoagent config --token="./sltoken-local.txt"3
Using the SeaLights Go Agent with a Lambda Function.
Troubleshooting
Last updated
Was this helpful?


