How to Confirm My Deployed Golang App Binary Is Instrumented
When deploying a Go application instrumented with Sealights, you may want to verify whether the final binary actually contains the Sealights instrumentation code.
Problem
Solution
Quick Environment Checks
Enable verbose Sealights logs
export SEALIGHTS_LOG_LEVEL=debug
export SEALIGHTS_DISABLE_ON_INIT=falseCheck the token and connectivity
Binary Level Verification

If the Binary Is Not Instrumented
Last updated
Was this helpful?

