You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
You can now set a List<String> directly when calling the constructor of SentryInstrumentation. For Spring Boot it can also be set in application.properties as sentry.graphql.ignored-error-types=SOME_ERROR,ANOTHER_ERROR
Discussed in #2897
We could add a
List<ErrorClassification>
of ignored errors, e.g. as constructor parameter forSentryInstrumentation
.An additional thing to do might be to pass the
ErrorClassification
inHint
for people not wanting to manually configureSentryInstrumentation
when usingspring-graphql
where we offer auto configuration. This way it might be easier to filter usingbeforeSend
etc.The text was updated successfully, but these errors were encountered: