Closed
Description
Discussed in #2897
We could add a List<ErrorClassification>
of ignored errors, e.g. as constructor parameter for SentryInstrumentation
.
An additional thing to do might be to pass the ErrorClassification
in Hint
for people not wanting to manually configure SentryInstrumentation
when using spring-graphql
where we offer auto configuration. This way it might be easier to filter using beforeSend
etc.