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

Merge branch 'feature/remove-sentry-trigger' into 'development'

Remove Sentry trigger endpoint

Closes #247

See merge request !180
parents 3f4129ae d16cb263
Branches
Tags
1 merge request!154Development
......@@ -83,11 +83,6 @@ public class HomeController {
return "home/index";
}
@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
* given user.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment