Skip to content

Commit 0a49d94

Browse files
committed
fix: remove sentry
1 parent b0c66c5 commit 0a49d94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/backend/app/core/exceptions/handler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as Sentry from '@sentry/node'
21
import app from '@adonisjs/core/services/app'
32
import { HttpContext, ExceptionHandler } from '@adonisjs/core/http'
43

@@ -24,7 +23,6 @@ export default class HttpExceptionHandler extends ExceptionHandler {
2423
* @note You should not attempt to send a response from this method.
2524
*/
2625
async report(error: unknown, ctx: HttpContext) {
27-
Sentry.captureException(error)
2826
return super.report(error, ctx)
2927
}
3028
}

0 commit comments

Comments
 (0)