From: Ben Beltran Date: Mon, 6 Apr 2020 22:42:13 +0000 (+0200) Subject: Add moderation support (filter non-errors) X-Git-Url: https://git.r.bdr.sh/rbdr/crowdantine/commitdiff_plain/b60a2ad4b9dd04aaa5830c53235b094b0d5281ca Add moderation support (filter non-errors) --- diff --git a/index.html b/index.html index 3a660d3..c8f19c2 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ var request = new XMLHttpRequest(); request.addEventListener('load', renderEvents); - request.open('GET', 'https://api.rollbar.com/api/1/items/?access_token=' + kReadToken + '&environment=production&status=active'); + request.open('GET', 'https://api.rollbar.com/api/1/items/?access_token=' + kReadToken + '&environment=production&status=active&level=error'); request.send(); };