Commit ea11687e authored by Grant's avatar Grant
Browse files

print exception

parent 7f6be612
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ export class MatrixRoutes extends Router {

      res.status(200).json({});
    } catch (e) {
      console.error("handleTransaction", e);
      Sentry.captureException(e);
      res.status(500).json({});
    }