Skip to content
Snippets Groups Projects
Commit 2f224357 authored by Otto Visser's avatar Otto Visser
Browse files

Disable Sentry trigger

parent 3f4129ae
No related branches found
No related tags found
No related merge requests found
......@@ -83,10 +83,11 @@ public class HomeController {
return "home/index";
}
@GetMapping("/trigger-sentry")
public String triggerSentry() throws Exception {
throw new Exception("This should be logged!");
}
// Can be re-enabled to test Sentry connection
// @GetMapping("/trigger-sentry")
// public String triggerSentry() throws Exception {
// throw new Exception("This should be logged!");
// }
/**
* Maps the user to the dashboard page and inserts the courses and user attributes corresponding to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment