splitfire?
TTCTheo's Typesafe Cult
•Created by splitfire? on 1/23/2023 in #questions
How safe is it to push updates to main in vercel with users using the site?
So recently some of the sites that I have up in vercel (nextjs) have been gaining alot of users and Im always kinda scared when pushing updates to main in the middle of the day when things are very active.
I know there are some things that 100% will cause issues like changing returns from the server will cause the client to error out if the new returned data is missing something that the previous build needed (seen it happen so I guessed that happens all the time)
But other than that doing simple UI changes, adding pages, or even SEO changes shouldnt break anything while deploying right?
So far luckily i havent had any problems, but I just wanted to get some other opinons to see if its actually that safe or if im just naive and lucky. Thanks!
1 replies
TTCTheo's Typesafe Cult
•Created by splitfire? on 11/8/2022 in #questions
Question about Prisma Data Proxy on Vercel
So I just setup Prisma Data Proxy with my Next project deployed in Vercel, but I noticed something weird is happening with the schema it seems like its not being updated in production even tho its updated in my main branch in Planetscale..
Is the migration setup required to deploy on vercel using data proxy? I think thats what im missing but not sure
2 replies
TTCTheo's Typesafe Cult
•Created by splitfire? on 11/2/2022 in #questions
Recommendations for front-end error logging
Recently I got into the error logging rabbithole and im wondering if anyone has any good experiences with any front-end error logging services?
For the backend I started using Axiom which seems to work great logging all the server activity on the Vercel side, but im looking at options now to also have logging for front-end errors.
The ones that I have been considering and researching are Highlight.io, LogRocket and Sentry, but Im still open to any other suggestions.
Thanks!
4 replies