feature: add tracing to remote query (#9128)

This commit is contained in:
Harminder Virk
2024-09-13 14:09:59 +05:30
committed by GitHub
parent 2c8ae6073e
commit c97ea9546d
4 changed files with 167 additions and 9 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ export * from "./telemetry"
export const MEDUSA_CLI_PATH = require.resolve("@medusajs/medusa-cli")
export { GraphQLSchema, gqlSchemaToTypes } from "@medusajs/modules-sdk"
export { GraphQLSchema, gqlSchemaToTypes, Query } from "@medusajs/modules-sdk"