refactor(Discord Node): Stop reporting to Sentry inaccessible guild error (no-changelog) (#8095)

Ref Sentry issue: https://n8nio.sentry.io/issues/4738702202
This commit is contained in:
Iván Ovejero 2023-12-19 15:07:51 +01:00 committed by GitHub
parent 5ed4d19059
commit c170dd1da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,6 +241,7 @@ export function checkAccessToGuild(
`You do not have access to the guild with the id ${guildId}`, `You do not have access to the guild with the id ${guildId}`,
{ {
itemIndex, itemIndex,
level: 'warning',
}, },
); );
} }