rudderlabs / gatsby-plugin-rudderstack

Gatsby plugin to send customer event data to RudderStack
http://rudderstack.com/
MIT License
3 stars 4 forks source link

Feature: Added option to configure SDK URL #15

Closed saikumarrs closed 2 years ago

saikumarrs commented 2 years ago

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 over useNewSDK.

Type of change