Skip to content

Commit f55bfb7

Browse files
committed
fix: add logs
Signed-off-by: namkyu1999 <[email protected]>
1 parent 087a199 commit f55bfb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helper/helper.go

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func main() {
4343
if otelExporterEndpoint := os.Getenv(telemetry.OTELExporterOTLPEndpoint); otelExporterEndpoint != "" {
4444
shutdown, err := telemetry.InitOTelSDK(ctx, true, otelExporterEndpoint)
4545
if err != nil {
46+
log.Errorf("Failed to initialize OTel SDK: %v", err)
4647
return
4748
}
4849
defer func() {

0 commit comments

Comments
 (0)