docs: fix query option in instrumentation (#9395)

This commit is contained in:
Shahed Nasser
2024-10-02 10:29:11 +03:00
committed by GitHub
parent a662c4b020
commit 9811da2960

View File

@@ -66,7 +66,7 @@ export function register() {
instrument: {
http: true,
workflows: true,
remoteQuery: true,
query: true,
},
})
}