Logging
Send log messages to Fullstory without logging to the developer console
Standard console.log() statements will be captured by Fullstory and can be optionally disabled.
You have the option to log messages to Fullstory without adding additional noise to your users' browser consoles using FS.log().
Parameters
- logLevel string optional
Possible values:
log,info,warn,errorDefault value:
logThese values are identical to the four methods available to the browser console API. If this parameter is not provided, the
logvalue is used by default. - message string required
A text string that will be logged to the Fullstory console.
The log levels result in different output styles in the Fullstory console.