fullstorydev / fullstory-browser-sdk

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

[Request] Option to disable logging when devMode is true #188

Open akteigland opened 10 months ago

akteigland commented 10 months ago

We set devMode on certain environments to ensure we do not send test data to FullStory. However when we run our automated test suites, the logs are full of "FullStory is in dev mode and is not recording" messages - easily over 50% of our test logs are this message, which makes it very annoying to sift through. It would be very helpful if we could enable devMode without logging.

amyvofs commented 10 months ago

Hi there @akteigland! Thanks so much for sharing your feedback on the current devMode limitations. I'll be happy to share this with our team to take into consideration as an improvement.

morleytatro commented 5 months ago

Yeah, hate to pile on here, but these warnings are super intrusive/annoying if you're ever trying to log something out and your app has a bunch of FS calls in it. Just an option to suppress would be nice.

hussnaindev commented 4 months ago

Hey guys, I have started working on this. I think I can add an option to disable logs.