Release Notes: Linux Agent 2.2

Release Overview Release Date: 8/16/17 Notable Feature: ELM masking for Java and agent logs Release Features ELM Masking Retrace can now mask sensitive data (i.e Social security numbers, credit cards, IP addresses) that come through our ELM tool from our Java Appenders and agent (does not mask logs from the Standalone Syslog server). Users will also be able to create …

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 …

Errors and Logs: Configure Ruby Applications

Retrace does not support APM for Ruby applications but you can capture errors and log and view them within Retrace. To configure your Ruby project with the Stackify API to send Errors and Logs to Retrace, follow the information below. Stackify API for Ruby Github page: https://github.com/stackify/stackify-api-ruby. Installation and Configuration Requirements: Ruby 1.9/2.0/2.1 Rails 3.x/4.x (optional) Rails Add the stackify gem …

Errors and Logs: Configure PHP Applications

You can capture errors and logs for PHP applications in a number of ways. Using the Stackify Library, you can either use a plug-in for an existing Monolog or log4php framework, or you can log to us directly via the Stackify API.  Specific configuration instructions for each framework plug-in or using the API can be found on the Stackify Github …