Monday, January 26, 2015

Setting up PreEmptive Analytics for TFS

If you install PreEmptive Analytics for TFS on your TFS Server, that is actually only part of the solution in order to be able to instrument your applications for Analytics.

The second part of the equation involves using the Dotfuscator tool included with Visual Studio to add Analytics Attributes to your assemblies as described in this article: https://msdn.microsoft.com/en-us/magazine/jj656636.aspx

You basically need to set the following attributes on your Assemblies:
  • ApplicationAttribute
  • BusinessAttribute
  • SetupAttribute
  • TeardownAttribute
  • ExceptionTrackAttribute

No comments:

Post a Comment