diff --git a/app.ts b/app.ts index 0d70d9ef..49b240ff 100644 --- a/app.ts +++ b/app.ts @@ -28,6 +28,7 @@ async function startServer() { // tracesSampleRate: 0.005, environment: `multichain-${env.DEPLOYMENT_ENV}`, enabled: env.NODE_ENV === 'production', + ignoreErrors: [/.*error: Provide.*chain.*param/], integrations: [ // new Tracing.Integrations.Apollo(), // new Tracing.Integrations.GraphQL(),