#Don't sample (or capture) 4xx errors sentry-fastify
2 messages · Page 1 of 1 (latest)
you can filter errors by configuring a beforeSend function. You can find the docs here: https://docs.sentry.io/platforms/javascript/configuration/filtering/
And we are currently working on filtering 4xx spans in node: https://github.com/getsentry/sentry-javascript/issues/11720