Deployment Tracking: Notifying Retrace via AppVeyor

If you are using AppVeyor for your CI/CD pipeline, you can easily add a “On build success script” to your AppVeyor project.  This will notify Retrace’s Deployment Recorder during or after your deployments. The Deployment Recorder offers three different actions (Start, Complete, and Cancel) that can be passed as arguments depending on how you are configuring the task within your …

Errors and Logs: Configure .NET Core

Step 1: Add StackifyLib nuget package and basic configuration No matter which logging framework you are using, you need to add StackifyLib and add the Stackify.ApiKey to your config file. Set Stackify Configuration settings Because .NET core allows a wide variety of configuration options, how you configure the key could vary wildly. This is just one example of how to …