Skip to content

Commit

Permalink
try to ignore chain errors for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Dec 4, 2023
1 parent ad6e4d5 commit 532024a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 532024a

Please sign in to comment.