Open aight8 opened 5 years ago
Currently I send it this way:
raven.CapturePanicAndWait(func() { panic(r) }, nil, nil)
Because I have my own handler which also log the panic to the stdout etc. If I let handle it only by raven (CapturePanicAndWait) It's not possible.
Currently I send it this way:
Because I have my own handler which also log the panic to the stdout etc. If I let handle it only by raven (CapturePanicAndWait) It's not possible.