diff --git a/www/apps/book/app/debugging-and-testing/instrumentation/page.mdx b/www/apps/book/app/debugging-and-testing/instrumentation/page.mdx index 709237071e..d34c03140d 100644 --- a/www/apps/book/app/debugging-and-testing/instrumentation/page.mdx +++ b/www/apps/book/app/debugging-and-testing/instrumentation/page.mdx @@ -66,7 +66,7 @@ export function register() { instrument: { http: true, workflows: true, - remoteQuery: true, + query: true, }, }) }