diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-04-07 00:42:13 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-04-07 00:42:13 +0200 |
| commit | b60a2ad4b9dd04aaa5830c53235b094b0d5281ca (patch) | |
| tree | de65f3873cf6ab427543fa8771537390a4c39f64 /index.html | |
| parent | a730acfcd270f92253265452e757bbbf8de7261a (diff) | |
Add moderation support (filter non-errors)
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); }; |