This test application verifies the Sentry User Feedback SDK functionality with Next.js 16.
The tests cover various feedback APIs:
attachTo()- Attaching feedback to custom buttonscreateWidget()- Creating/removing feedback widget triggerscreateForm()- Creating feedback forms with custom labelscaptureFeedback()- Programmatic feedback submission- ThumbsUp/ThumbsDown sentiment tagging
- Dialog cancellation
Shoutout to Ryan Albrecht for the underlying testing app!