I ran into an issue with the following code
where
self.tracer was not defined.
|
if not isinstance(self.log, AI4EAppInsights): |
|
self.tracer = self.log.tracer |
Above L42, I guess you could just add self.tracer = None to prevent this. Would you like me to make the PR?