I need to run a small JavaScript file (main.js) across multiple websites.
These websites may or may not have Splunk RUM already running on them.
Can I package the Splunk RUM SDK into my main is, so it only collects data/stats from my main.js only, rather than collecting it from the entire HTML page?
For example I don't want it to collect all the API calls or JavaScript errors from the whole page, just my small bit.
Thanks