Loading src/routes/matrix.ts +1 −0 Original line number Diff line number Diff line Loading @@ -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({}); } Loading Loading
src/routes/matrix.ts +1 −0 Original line number Diff line number Diff line Loading @@ -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({}); } Loading