Skip to content

Commit 36ffc58

Browse files
authored
Update main.go (#189)
1 parent 1cecd9e commit 36ffc58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apm-lambda-extension/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ func main() {
157157
case agentData := <-agentDataChannel:
158158
if err := extension.PostToApmServer(client, agentData, config, ctx); err != nil {
159159
extension.Log.Errorf("Error sending to APM server, skipping: %v", err)
160-
extension.EnqueueAPMData(agentDataChannel, agentData)
161160
return
162161
}
163162
}

0 commit comments

Comments
 (0)