With the v0.2.0 release, events are reported to Rollbar asynchronously, unless logged with the Panic or Fatal level. This ensures potentially process-terminating errors are delivered before shutdown while preventing general error reporting from blocking goroutines responsible for handling requests or otherwise doing work in a service.