← Back to error testing

Suspense Streaming Error: This page uses Suspense to stream content, but the component will error after 2 seconds

Suspense Error Test

The component below will show a loading state, then error after 2 seconds

Loading component...

What this tests

  • Suspense boundary behavior during streaming
  • Error handling after streaming has started
  • Span recording for errors in async components
  • Error boundary interaction with Suspense