fullstorydev / fullstory-browser-sdk

Official FullStory SDK for JavaScript, for web browsers
MIT License
55 stars 17 forks source link

Use an object with named parameters for the init function #3

Closed patrick-fs closed 4 years ago

patrick-fs commented 5 years ago
const init = ({ 
  fsOrgId,
  fsNamespace = 'FS',
  fsDebug = false,
  fsHost = 'fullstory.com' 
}) => {
...
}