X-Git-Url: https://git.r.bdr.sh/rbdr/crowdantine/blobdiff_plain/0c53d26eaa53894ae3d6903aab6b15f0ded6c068..0146fa23169c5329ee7f39a9a17863ed34b67dc8:/index.html 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(); };