Loupe - Log - Monitor - Resolve
Loupe / What's New - Version 5.1 / Getting Started - What's New - Version 2.5
In This Topic
    Getting Started - What's New - Version 2.5
    In This Topic

    Defect Tracking Integration

    Loupe Agent and Server can integrate directly with some defect tracking systems to automatically open, update, and reopen issues when qualifying errors are found in sessions.

    Automatically Manage Issues - Better than Email Integration

    Each error in a matching session is analyzed to see if it has already been recorded in the defect tracking system.  This integration ensures:

    All of this is possible because Loupe queries the defect tracking system while analyzing sessions to determine the right action to take.

    View Issues and Related Sessions within Loupe

    You can jump right to the list of issues in the defect tracking system and see all of the related sessions from within Loupe. 

    Supported Defect Tracking Systems

    In this release, two systems are supported:

    Additional systems will be added based on user requests - if we don't support the system you need, please let us know.  Because this integration is done using the Loupe Add In API, new systems can be added outside of a release. 

    Email Notifications

    You can elect to receive email notifications when sessions arrive at the Server.  These are configured directly in Loupe Desktop but run on the Server so you can be alerted whether you're at your computer or not.

    Sample Error Message Email

    Sample Error Message Email

    For more information, see Loupe Server - Notifications.

    Loupe Add Ins

    The Loupe Desktop and Server support a new AddIn API that lets you extend the user interface with a range of capabilities including:

    To make it easier to develop powerful extensions to Loupe the AddIn API includes:

    Loupe Live Viewer Enhancements

    Shows More Information

    The Live Viewer has been updated to show all of the information related to a log message including full exception details, details xml, and related source code.  The refresh performance has also been improved to be much more responsive with less overhead.

    Display the Viewer through the Log API

    You can now ask the Agent to display the Loupe Live Viewer by calling the ShowLiveViewer Method method.  This acts just like the end-user pressing the hot key, including running on a separate UI thread and will do nothing if it isn't safe to display the Live Viewer.

    Custom Filtering

    You can provide a method to filter the log messages displayed by the Live Viewer, both the built-in Loupe Live Viewer and the Live Viewer Control.  This makes it easier to show the viewer to users without revealing sensitive information.

    Display Buffered Messages

    When you add your own log viewer control to a form you can choose whether to have it display the current queue of buffered messages (which will go back to the start of the process or the maximum buffer size) or have it start fresh.

    Other New Features in This Release

    PostSharp 2.0 Support

    Loupe now includes PostSharp 2.0 as part of the installation and provides an aspect library for .NET 2.0 and .NET 4.0.  See Using PostSharp with Loupe for more information on using PostSharp to instrument your application without code.

    Loupe Desktop Run at Log On / Keep Running

    The Loupe Desktop can now be left running more easily and can be set to automatically start when you log on.  In this mode it uses fewer resources than when the full application is loaded yet still collects and processes information from a Loupe Server.

    Preview Log Message Errors and Warnings in Loupe Desktop

    The Repository View now can show you the summary of all of the errors and warnings within each session without having to open the session.  This saves a lot of time when you just want to get an overview of a session.  The summary is based on the results of running session analysis so it's only available in the User Repository.

    Intellisense for Configuration File Editing

    The installation will now add an Xsd for Loupe configuration for Visual Studio 2005 and Visual Studio 2008 to make it easier to edit configuration files.

    Add Multiple Metrics to a chart at once

    You can now add many metrics to a Metric Chart at the same time by dragging the folder that contains all of the metrics you want to add over to the Chart at once. 

    Visual Studio 2010 Improvements

    Loupe now ships with integrated help for Visual Studio 2010 and has been updated to work with the new .NET 4.0 Client Profile.

    Defects Fixed In This Release

    This is the list of issues fixed since the last release version (2.1.1.629)

    Agent

    Loupe Desktop

    Server

    See Also