Hello,
Currently I am developing an ArcGIS Pro (v.2.9) AddIn using the .net SDK. However, by some requirements I would like to integrate my AddIn with Sentry for error tracking.
I have been trying to configure the Sentry account following the .net support and everything seems to be OK, but the errors and messages are not being transmitted to my Sentry service.
I tried with a non-ArgGIS test application and the configuration is a straightforward process. After some debugging, I found that the object that resulted from the configuration of the Sentry.Init has a property named isEnabled that is true on my test application, but it is false in the ArcGIS AddIn. (See debug picture).
For the ArcGIS AddIn

For a regular WPF Application

My question is: Is the integration with User Error tracking allowed within ArcGIS AddIns? And if so, How do I configure my project to allow this.
If someone can provides help I would appreciate it.
Many thanks.