Remove Sentry fingerprint (#11602)

As discussed this @ijreilly, Fingerprinting is probably not needed and
Sentry will do a better job by itself
This commit is contained in:
Félix Malfait
2025-04-16 16:25:40 +02:00
committed by GitHub
parent c95a84c8e5
commit ab277476a8
4 changed files with 75 additions and 76 deletions

View File

@ -50,12 +50,6 @@ export class ExceptionHandlerSentryDriver
}
const eventId = Sentry.captureException(exception, {
fingerprint: [
'graphql',
errorPath,
options?.operation?.name,
options?.operation?.type,
],
contexts: {
GraphQL: {
operationName: options?.operation?.name,