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