我正在尝试使用 angular6 在我的应用程序中设置 newrelic 但我遇到了错误
“找不到名称‘newrelic’”。我将 newrelic js 文件包含到 index.html 中,并在 app.component.ts 文件中调用了 'newrelic.setCustomAttribute('useId',this.userId)
它无法识别 Angular 中的 newrelic。请帮助我在哪里可以包含此 newrelic 文件或设置步骤
我正在尝试使用 angular6 在我的应用程序中设置 newrelic 但我遇到了错误
“找不到名称‘newrelic’”。我将 newrelic js 文件包含到 index.html 中,并在 app.component.ts 文件中调用了 'newrelic.setCustomAttribute('useId',this.userId)
它无法识别 Angular 中的 newrelic。请帮助我在哪里可以包含此 newrelic 文件或设置步骤
尝试遵循这个:
https ://docs.newrelic.com/docs/agents/nodejs-agent/installation-configuration/install-nodejs-agent/
以下还包含有关兼容性的所有信息。 https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent/