apollographql / federation-jvm

JVM support for Apollo Federation
https://www.apollographql.com/docs/federation/
MIT License
246 stars 65 forks source link

Feature Request: Support Error Masking Behavior #322

Open sshevlyagin opened 1 year ago

sshevlyagin commented 1 year ago

For enterprise users it's important to be able to mask out errors that are sent to studio but still keep the text for users and logs. It's support in node apollo-graphql and I would love to see parity.

Apollo GraphQL docs - https://www.apollographql.com/docs/apollo-server/data/errors/#for-apollo-studio-reporting

You can use Apollo Studio to analyze your server's error rates. By default, the operations sent to Studio as detailed traces don't contain error details.