My company asked me to implement APM into our WPF application but I could not find any document supporting the case of WPF app. All they gave me is the setting information:
"ElasticApm": {
"ServerUrls": "https://__.apm.us-east-1.aws.cloud.es.io:",
"ServiceName": "",
"SecretToken": "",
"Environment": ""
}
How can I set this up for WPF app? The app runs this code when running the app
using Elastic.Apm;
using System;
namespace App_Name
{
public partial class App : Application
{
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
}
}
}
Welcome to the community! Which version of WPF are you using?
There isn't an explicit guide for WPF as it's not covered in the supported technologies list for the .NET APM agent (although you can upvote it in the survey as per the documentation).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.