[Next.js 14] Profiling / app router / server actions #13880
Unanswered
leonardofaria
asked this question in
Q&A
Replies: 1 comment 6 replies
-
No, browser profiling as the name indicates only works in the browser. Can you share all the changes you did and your setup? Thanks! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am trying to add profiling in my app. Followed this page however nothing shows up in my profiling tab.
I noticed that the page only mentions changes in the
sentry.client.config.ts
, not in thesentry.server.config.ts
.For context, my app uses app router and the majority of the features use server actions. The goal is to track the operations from different endpoints (mostly Prisma selects)
Does make sense to use
Sentry.browserProfilingIntegration()
in the server config?Beta Was this translation helpful? Give feedback.
All reactions