Skip to content

codeRR v1.1 (beta 1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@jgauffin jgauffin released this 18 Oct 18:27
· 271 commits to master since this release

It has finally arrived. A new version loaded with new features.

Major changes

New user interface

The UI have been updated to Bootstrap v4 and a more modern look.

Tracking application versions

You can now configure codeRR to track application versions (to see which version the exception was thrown in).
Will also show if the same exception is thrown in multiple versions.

Basic plugin system

It's now possible to write plugins (which can use all other parts of the system through Dependency Injection).

Minor changes

  • You can now change your email
  • Secure install, even on publicly accessible servers.
  • Turn off registration of new users
  • An ApiClient which can be used to command all parts of codeRR.

Installation

  1. Unzip the zip package in an IIS folder (C:\inetpub\wwwroot\coderr).
  2. Change the ConfigurationKey value in web.config
  3. Browse to the website/webapplication and follow the instructions

Upgrade from previous version

  1. Save your connection string
  2. Delete everything from your IIS folder
  3. Unzip the zip package to the IIS folder.
  4. Change Configured to true in web.config
  5. Restore your connnection string
  6. Browse to the website/webapplication