Added a new option sdkURL to specify the URL of the RudderStack JavaScript SDK. If this option is not configured, the default URL will be used.
Moreover, this option takes precedence over useNewSDK.
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have added unit tests for the code
[ ] I have made corresponding changes to the documentation
Description
Added a new option
sdkURL
to specify the URL of the RudderStack JavaScript SDK. If this option is not configured, the default URL will be used. Moreover, this option takes precedence overuseNewSDK
.Type of change
Checklist: