Skip to content

Commit

Permalink
Update instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Emile442 authored Feb 19, 2024
1 parent 632cd83 commit 7d03272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class ExceptionHandler extends HttpExceptionHandler {
}

public async handle(error, ctx) {
SentryCapture(error)
SentryCapture(error, ctx)
return super.handle(error, ctx)
}
}
Expand Down

0 comments on commit 7d03272

Please sign in to comment.