Skip to content

Commit

Permalink
Merge pull request #312 from rl404/develop
Browse files Browse the repository at this point in the history
fix: newrelic pubsub return error
  • Loading branch information
rl404 authored Oct 29, 2023
2 parents 50d1894 + 0a20269 commit 16ee548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitoring/newrelic/pubsub/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func (c *client) Subscribe(ctx context.Context, topic string, handlerFunc pubsub

if err := handlerFunc(ctx, message); err != nil {
tx.NoticeError(err)
return err
}

return nil
Expand Down

0 comments on commit 16ee548

Please sign in to comment.