@Isaiah Kim - Welcome to Microsoft Q&A and thanks for reaching out to us.
It might be possible that the logs are being sent multiple times from the client-side application. Some of the scenarios can be as below:
- Multiple instances of the Application Insights JavaScript SDK are being loaded on the page. Please ensure that the SDK is only included once on the page and that the page is not being loaded multiple times.
- The SDK is being initialized multiple times on the page, or its being used in multiple iFrames on the page.
To troubleshoot this issue, you can use the Application Insights Analytics feature to query the telemetry data and look for patterns in the duplicated logs. You can also use the browser developer tools to inspect the network traffic and see if the logs are being sent multiple times from the client-side application.
Hope this helps. and please feel free to reach out if you have any further questions.
If the above response was helpful, please feel free to "Accept as Answer" and click "Yes" so it can be beneficial to the community.