标签: angular azure-application-insights
我正在创建一个Angular库,并且正在使用Microsoft applicationinsights-js软件包进行设置。
遵循“作为模块导入并动态初始化”下的说明,效果很好,但是我的库将在另一个也使用AppInsights的项目中使用。
问题是,使用SimpleClass初始化AppInsights会覆盖外部项目中的AppInsights设置。因此,该项目的所有日志都会路由到我的AI。
SimpleClass
我是否可以在我的库中设置AI,以使其与使用我的库的外部项目不冲突?