We should add auto instrumentation for the "generation functions" since they potentially affect the performance of an app: - [generateMetadata](https://nextjs.org/docs/app/api-reference/functions/generate-metadata#generatemetadata-function). - [generateImageMetadata](https://nextjs.org/docs/app/api-reference/functions/generate-image-metadata) - [generateViewport](https://nextjs.org/docs/app/api-reference/functions/generate-viewport) As of now [`generateStaticParams`](https://nextjs.org/docs/app/api-reference/functions/generate-static-params) is not called during ISR so we don't need to instrument it.