Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 631 Bytes

File metadata and controls

18 lines (12 loc) · 631 Bytes

Next.js 16 User Feedback E2E Tests

This test application verifies the Sentry User Feedback SDK functionality with Next.js 16.

Tests

The tests cover various feedback APIs:

  • attachTo() - Attaching feedback to custom buttons
  • createWidget() - Creating/removing feedback widget triggers
  • createForm() - Creating feedback forms with custom labels
  • captureFeedback() - Programmatic feedback submission
  • ThumbsUp/ThumbsDown sentiment tagging
  • Dialog cancellation

Credits

Shoutout to Ryan Albrecht for the underlying testing app!