Hi @Cataster ,
I suggest you could add javascript sdk
First you need an Application Insights resource. If you don't already have a resource and instrumentation key, follow the create a new resource instructions.
Copy the instrumentation key (also known as "iKey") or connection string for the resource where you want your JavaScript telemetry to be sent (from step 1.) You will add it to the or setting of the Application Insights JavaScript SDK.instrumentationKeyconnectionString.
Add the Application Insights JavaScript SDK to your web page or app via one of the following two options:
npm Setup JavaScript Snippet
more details you could refer to below article.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Yijing Sun