如何将 Azure 应用程序见解与 nextjs 应用程序结合使用

aks*_*tia 4 azure azure-application-insights next.js

我想将 Azure 应用程序洞察与 nextjs 一起使用,但无法做到这一点,有人可以帮助我吗?

You*_*801 5

您可以通过使用默认的 React 插件将 azure app Insight 与 nextjs 结合使用,并且必须为 nextjs 创建自己的历史对象,在页面加载后,您可以使该历史对象 = window.history 对象。之后,您可以借助该历史对象启动应用程序洞察。这将解决您的问题。我写了一篇关于相同内容的文章,您可以查看此链接以供参考。 https://medium.com/@nirbhayluthra/integrating-azure-application-insights-with-next-js-the-easy-way-afc83596afad