Exceptionless User Interface
Refer to the Exceptionless documentation wiki.
We provide very reasonably priced hosting at Exceptionless. By using our hosted service, you are supporting the project and helping it get better! We also provide set up and support services.
If you would rather host Exceptionless yourself, you will need to follow the self hosting documentation.
In appreciation for anyone who submits a non-trivial pull request, we will give you a free Exceptionless paid plan for a year. After your pull request is accepted, simply send an email to team@exceptionless.io with the name of your organization and we will upgrade you to a paid plan.
Please read the contributing document and follow the steps below to start configuring your Exceptionless development environment.
-
You will need to clone this repo.
-
Install grunt and the development dependencies using npm.
npm install -g grunt-cli npm install -g bower npm install
-
Download the JavaScript dependencies by running the following bower command.
bower install
-
Start a web server and view it on
http://localhost:9001
by running the following grunt command.grunt serve