Release Notes: StackifyLib 2.1

Release Overview Release Date: 01/17/2018 Upgrades to StackifyLib. Release Features Upgrade to NetStandard 2.0This will remove the the automated install of extra Nuget package dependencies as a prerequisite to using StackifyLib. This change will also allow for more consistency around supporting targeted framework versions older than 4.6.1. Release Enhancements None Bug Fixes Fixed an issue in Custom Metrics for the …

.NET Agent Installation: Configure Self Hosted WCF Applications

Retrace automatically supports WCF transactions that are hosted within an IIS application. If you are “self hosting” WCF in a Windows Service or similar background app, please use these directions. 1. Configure Retrace to know about and profile your application By default Retrace only profiles IIS applications. Please review this article on how to tell it to profile your application: …

.NET Agent Installation: Configure Self Hosted Web API

Retrace automatically supports Web API transactions that are hosted within an IIS application. If you are “self hosting” Web API in a Windows Service, please use these directions. 1. Configure Retrace to know about and profile your application By default Retrace only profiles IIS applications. Please review this article on how to tell it to profile your application: .NET Agent Installation: Configure …

Prefix: Configure IIS Express

To work properly, Prefix requires an HTTP module. Visual Studio 2015 with IIS Express and IIS classic mode requires manually configuring it. IIS in Classic (IIS6) mode If you are getting a message that says you need to install the module and your app is running in IIS with the application pool set to classic mode, please review this document: Install …

Prefix: Viewing Application Logs

Prefix supports viewing logs from log4net or NLog in your profiling traces. To enable viewing your logs, you need to add the Stackify nuget packages for the logging appenders and ensure they are properly configured. When prompted for an ApiKey, leave it blank. You do not need a Stackify account.     NLog (view docs) PM>Install-Package StackifyLib.NLog log4net (view docs) …