sebpalluel / web3-monorepo

⚡️ Get started with your Web3 project,🔋 included: 🌈 Web3Auth & Biconomy for non-custodial Social Login and Account Abstraction, 🗂 monorepo with NX, 💻 Next.js + Next Auth + ChakraUI + Storybook for the frontend, 💾 Hasura GraphQL server and Nest.js for the backend, 🔮 The Graph protocol to query live data from smart contracts.

Home Page:https://web3-monorepo.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OPS, rework Sentry integration on Next and Nest

sebpalluel opened this issue · comments

Next

  • add user info to errors if logged in
  • get errors from logger and internal error of framework

Nest

  • rework config to use joi schema validation
  • use jwt package as middleware and to validate request https://github.com/nestjs/jwt (need to be forwarder in header from hasura)
  • add user info to error
  • get internal errors from framework + logger errors