fullstorydev / fullstory-browser-sdk

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

V2 devmode does not log method name #195

Closed akteigland closed 4 months ago

akteigland commented 4 months ago

The message FullStory is in dev mode and is not recording: method not executed appears when using FullStory in dev mode. Using the now deprecated methods like FS.setVars would display FullStory is in dev mode and is not recording: setVars method not executed but with the new FS('setProperties', ...args) method the log does not include the method name.

amyvofs commented 4 months ago

Hi @akteigland !

Thanks for letting us know about this change. Our team's going to take a look and I'll report back when I have any news to share.