getsentry / getsentry/sentry-javascript
Instrumenting Next.js SSR process
未关闭
Feature
Next.js
- 主要语言
- TypeScript
- 星标
- 8.7k
- 派生
- 1.8k
- 平均合并
- 1 天 17 小时
- 30 天内合并 PR
- 523
描述
### Problem Statement
Looking at the Next.js trace it produces out of the box, there's a period after "data fetching" and starting to send back the response that's not instrumented and looks blank.

I'm assuming this is when Next.js renders the React component subtree, and generates HTML + RSC Payload, but it's not really self-explanatory. Is it possible to add spans to make it clear to the users what happens during that period?
### Solution Brainstorm
Spans!
贡献指南
评估
这个 Issue 还没有评估数据。