rsnext/.github/actions/issue-labeler
Jan Kaifer c04ca8df84
Add more spans into OTEL instrumentation to wrap all user defined functions (#47368)
- Move span wrapping rendering closer to the user code and don't add
span when we have cache-hit
- Add `getStaticProps` span
- Add spans around API handlers (pages and app)
- Add `generateMetadata` span
- Clarify naming that we use `page` for entrypoints like
`/path/[param]/page` or `/path/[param]/layout`. And `route` for
`/path/[param]`

fix NEXT-857 ([link](https://linear.app/vercel/issue/NEXT-857))
2023-03-22 12:01:33 +00:00
..
lib Add more spans into OTEL instrumentation to wrap all user defined functions (#47368) 2023-03-22 12:01:33 +00:00
src chore: fix issue labeler (#47206) 2023-03-20 17:55:56 -07:00
.gitignore chore: fix issue labeler (#47206) 2023-03-20 17:55:56 -07:00
package.json chore: fix issue labeler (#47206) 2023-03-20 17:55:56 -07:00
tsconfig.json chore: fix issue labeler (#47206) 2023-03-20 17:55:56 -07:00