Skip to content

test(tanstackstart-react): Set up E2E test application #18388

@github-actions

Description

@github-actions

Note

The pull request "test(tanstackstart-react): Set up E2E test application" was created by @nicohrubec but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.

This sets up a basic E2E test for the Tanstack Start React SDK.

For now I have added the following three tests:

  • An error thrown directly on the client is automatically captured.
  • An error thrown from a server side function is automatically captured. I am not sure why this works atm, but probably this is somehow propagated to the frontend.
  • An error thrown from a server route is only captured if we manually instrument it with Sentry.captureException.

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions