Posted 19 May 2022, 11:13 am EST
Are there logging hooks in the .NET assemblies so we can better trouble shoot issues with ActiveReports?
We are using the Angular front end with the .NET libraries in our API and we are getting vague error messages in the Report Viewer and Report Designer UI that point to problems on the back end server, but nothing is being logged on the .NET Core API service.
I want a delegate that we can subscribe to to get stack traces and error messages so we can log that to New Relic and better understand what is going wrong.