Interface: NextJsAttributes
@arolariu/website / instrumentation.server / NextJsAttributes
Interface: NextJsAttributes
Defined in: instrumentation.server.ts:185
Standard semantic attribute keys for Next.js rendering operations.
Properties
next.render_context
next.render_context:
RenderContext
Defined in: instrumentation.server.ts:189
Rendering context (server, client, edge, api)
next.route?
optionalnext.route?:string
Defined in: instrumentation.server.ts:194
Next.js route pattern
next.page_type?
optionalnext.page_type?:"static"|"dynamic"|"isr"
Defined in: instrumentation.server.ts:199
Page type (static, dynamic, ISR)
next.server_components?
optionalnext.server_components?:boolean
Defined in: instrumentation.server.ts:204
Whether the page is using Server Components
next.cache_hit?
optionalnext.cache_hit?:boolean
Defined in: instrumentation.server.ts:209
Whether the request was cached
next.runtime?
optionalnext.runtime?:"edge"|"nodejs"
Defined in: instrumentation.server.ts:214
Runtime (nodejs, edge)