FS.log - Sending console errors silently

Using FullStory, you can see the messages in the user's browser console upon playback.

FS.log() provides you a way to send messages to FullStory silently, without adding noise to the user's javascript console. 

For example, here's a call to FS.log(). Note how the browser does not echo the text in its own console log.

105103_blob

And here's how it shows up in FullStory:

Screen_Shot_2022-07-01_at_10.53.39_AM.png

To mark messages as errors or warnings, you'll need an additional argument, like this:

FS.log('error', msg)

Other things you can use for the first argument are 'log', 'info', 'warn', and 'debug'. If there's only one argument `msg`, it's interpreted as
`FS.log('log', msg)`.

This will allow you to search for Error Clicks and pages with large numbers of console errors or warnings:

Screen_Shot_2022-07-01_at_10.54.21_AM.png

Need to get in touch with us?

The FullStory Team awaits your every question.

Ask the Community Technical Support