odigos-io / opentelemetry-go-instrumentation

OpenTelemetry auto-instrumentation for Go applications
Apache License 2.0
289 stars 44 forks source link

Fix stripped binaries support #56

Closed edeNFed closed 1 year ago

edeNFed commented 1 year ago

This PR fixes a bug that caused stripped Go applications (compiled with -ldflags '-w -s') to not be instrumented.