Skip to main content

Key


caution

This is an clientside feature.

If you want to change the key of your logs on localStorage, you can use this option.

OptionTypeDefault
keystring"__nex__"

Example

// This code will change the key of your logs on localStorage.
const nexys = new Nexys("API_KEY", {
appName: "APP_NAME",
localStorage: {
key: "myApp"
}
});