We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67febd commit 8c41a6dCopy full SHA for 8c41a6d
docs/01-app/03-api-reference/03-file-conventions/instrumentation.mdx
@@ -88,7 +88,7 @@ export function onRequestError(
88
request: {
89
path: string // resource path, e.g. /blog?name=foo
90
method: string // request method. e.g. GET, POST, etc
91
- headers: { [key: string]: string }
+ headers: { [key: string]: string | string[] }
92
},
93
context: {
94
routerKind: 'Pages Router' | 'App Router' // the router type
0 commit comments