You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Of course you looking for an automatic process, but an alternative would be to copy the agent.js file into your vendor/assets. I do not update this file really often.
For JS error tracking, it is necessary to load the agent from your CDN:
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
andstracktrace.js?
The text was updated successfully, but these errors were encountered: