Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React components nested inside of <Await /> are not annotated with their pretty component name #600

Open
bcoe opened this issue Aug 29, 2024 · 0 comments
Assignees

Comments

@bcoe
Copy link
Member

bcoe commented Aug 29, 2024

Environment

@sentry/[email protected]

Steps to Reproduce

  1. Create a Remix react application that uses <Suspense /> / <Await /> as the root elements of a React component: https://remix.run/docs/en/main/components/await. Here's an example in the wild: https://github.com/bcoe/happ/blob/main/app/routes/habits.tsx#L122
  2. View the page.

Expected Result

The component will be annotated.

Actual Result

The component is not annotated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants