docs: fix query option in instrumentation (#9395)
This commit is contained in:
@@ -66,7 +66,7 @@ export function register() {
|
|||||||
instrument: {
|
instrument: {
|
||||||
http: true,
|
http: true,
|
||||||
workflows: true,
|
workflows: true,
|
||||||
remoteQuery: true,
|
query: true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user