twz915 opened a new pull request, #1182:
URL: https://github.com/apache/rocketmq-client-go/pull/1182
## What is the purpose of the change
in old version, we could do this
```
primitive.PanicHandler = func(i interface{}) {
msentry.CaptureMessage(fmt.Sprintf("%+v", i), nil)
}
```
but in latest version, default panic handler could not be customized.
when push consume panic, default panic handler should be called (we log and
monitor the panic in default panic handler)

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]