/**
  * {@inheritDoc}
  */
 public function handleException($exception, $request, $response)
 {
     $sentryHandler = new SentryHandler();
     $sentryHandler->handle($exception);
     return parent::handleException($exception, $request, $response);
 }