-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
For JS error tracking, it is necessary to load the agent from your CDN:
<script src="https://cdn.rorvswild.com/agent.js"></script>
<script type="text/javascript">RorVsWild.start({apiKey: "YOUR_API_KEY"})
</script>To minimize requests to external servers, I prefer loading JS from my own server (or my own CDN). A connection to your API should only be required in case of an error, not for every single page load. Ok, I could set up a proxy for loading the agent. But ideally, the agent is part of my app's JavaScript bundle.
Do you have any plans to provide a npm package for agent.js and stracktrace.js?
Metadata
Metadata
Assignees
Labels
No labels