()
| 7 | const name = 'fullstory' |
| 8 | |
| 9 | const logMessage = () => { |
| 10 | console.log(`${name} not available in node.js yet. Todo implement https://www.npmjs.com/package/fullstory`) |
| 11 | } |
| 12 | |
| 13 | /* Export the integration */ |
| 14 | function fullStoryPlugin(userConfig = {}) { |