{% extends "/layout.jinja2" %} {% from '/reports/reports_small_list_old.jinja2' import render_reports with context %} {% block additional_layout_scripts %} dojo.require('appenlight.dashboard.index'); {% endblock %} {% block content_class %}{% endblock %} {% set layout_disable_menu = True %} {% block page_title %}

{{_('Dashboard')}}

{% endblock %} {% block content %}

Header 1

Header 2

Header 3

paragraph paragraph paragraph paragraph paragraph paragraph paragraph

paragraph paragraph paragraph paragraph paragraph paragraph paragraph

paragraph paragraph paragraph paragraph paragraph paragraph paragraph

{{_('Dashboard')}} {{_('Browse Reports')}} {{_('Browse Logs')}} {{_('Browse Slow Requests')}} {{_('Applications')}}{{_('Profile settings')}}

API Documentation

Errormator provides, simple yet powerful API that allows your applications to interact with it. Basic functionalities of the API include:

Errormator provides a RESTful API, to make it easy for custom implementations - it is accessible under following URL: https://api.appenlight.com.

All access to the API is secured by https protocol. All data is expected to be sent via json payloads with header Content-Type: application/json

Official clients

Currently we have released only python wsgi middleware, other clients will be released in future.

la la la lal
Reports
# Status Pr. When Error Type Url
1 500 6 29 days, 23 hours and 49 minutes HTMLParseError: malformed start... www.points2shop.com/withdraws/request_w...
3 500 6 29 days, 22 hours and 40 minutes ValueError: invalid literal for... www.points2shop.com/offers/free%2Cfreebies
2 500 6 23 days, 9 hours and 33 minutes StaleDataError: UPDATE statemen... www.points2shop.com/orders/pay_items
1 500 6 29 days, 23 hours and 57 minutes ProgrammingError: (ProgrammingE... www.points2shop.com/community/view_frie...

{% endblock %}