in app/metrics/nack/main.go [33:36]
func newNackMetrics(event map[string]interface{}, publishTime time.Time, ackTime time.Time, processingTime time.Duration) (map[string]interface{}, error) {
// simulate a bug 🐞 and nack the message
return nil, errors.New("simulate a bug 🐞 and nack the message")
}