Quickstart: Add Go Agent to AUT
Quickstart: Adding the Go Agent to an Application
2
Go Agent Configuration and BSID 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"Last updated
Was this helpful?

