React component profiling for next JS #8533
Unanswered
davidhao3300
asked this question in
Q&A
Replies: 1 comment
-
In theory that should work fine. Maybe you put the profiler around a component that is exclusively rendered on the server. Try putting it around a component that is either clientside rendered or updated on the clientside. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to use this feature: https://docs.sentry.io/platforms/javascript/guides/react/features/component-tracking/ with the @sentry/nextjs package?
What I've tried:
along with
Traces show up fine, just not the react ones
Similar to this question 2 years ago that didn't really have a satisfactory answer: #3488
Beta Was this translation helpful? Give feedback.
All reactions