Complete Sentry integration (#1546)

This commit is contained in:
Charles Bochet
2023-09-11 15:07:30 -07:00
committed by GitHub
parent 35bcef5090
commit 7621854d4b
13 changed files with 164 additions and 67 deletions

View File

@ -75,8 +75,7 @@ export class UserResolver {
select,
});
assert(user, 'User not found');
return user;
throw new Error('test2');
}
@UseFilters(ExceptionFilter)