We previously merged the PR: #13 for the sentry integration setup, however, the requirement has changed and as a result, there are errors generated for the sentry at the build / compile time and we'll need to adjust our configs to fix those errors.
e.g., An error at the build:
error - No Sentry organization slug configured.
Problem or idea
To resolve the error, we should log into to Sentry and get the necessary property values, and create the following environmental variables in Vercel.
Context
We previously merged the PR: #13 for the sentry integration setup, however, the requirement has changed and as a result, there are errors generated for the sentry at the build / compile time and we'll need to adjust our configs to fix those errors.
e.g., An error at the build:
Problem or idea
To resolve the error, we should log into to Sentry and get the necessary property values, and create the following environmental variables in Vercel.
(resources) https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#use-environment-variables
Solution or next step