diff --git a/src/helpers/metrics.ts b/src/helpers/metrics.ts index c95e15d5..fbe6a59c 100644 --- a/src/helpers/metrics.ts +++ b/src/helpers/metrics.ts @@ -33,7 +33,8 @@ export default function initMetrics(app: Express) { init(app, { normalizedPath: [ ['^/api/scores/.+', '/api/scores/#id'], - ['^/api/spaces/([^/]+)(/poke)?$', '/api/spaces/#key$2'] + ['^/api/spaces/([^/]+)(/poke)?$', '/api/spaces/#key$2'], + ['^/graphql/?$', '/graphql'] ], whitelistedPath, errorHandler: (e: any) => capture(e)