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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user