Skip to content

Commit 8c41a6d

Browse files
committed
1 parent c67febd commit 8c41a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01-app/03-api-reference/03-file-conventions/instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function onRequestError(
8888
request: {
8989
path: string // resource path, e.g. /blog?name=foo
9090
method: string // request method. e.g. GET, POST, etc
91-
headers: { [key: string]: string }
91+
headers: { [key: string]: string | string[] }
9292
},
9393
context: {
9494
routerKind: 'Pages Router' | 'App Router' // the router type

0 commit comments

Comments
 (0)