Completed
Viewing errors in Sentry
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js Server Actions with Next-Safe-Action and Sentry - Type-Safe Error Handling Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Tech Stack
- 3 User Stories Checklist
- 4 Installing next-safe-action
- 5 Create the Safe Action Client
- 6 saveCustomerAction
- 7 useAction hook
- 8 ShadCN toast notifications
- 9 Display feedback from useAction
- 10 Testing the server action
- 11 Viewing errors in Sentry
- 12 saveTicketAction
- 13 useAction in Ticket Form
- 14 Testing the Ticket Form
- 15 Final Additions