Key
caution
This is an clientside feature.
If you want to change the key of your logs on localStorage, you can use this option.
Option | Type | Default |
---|---|---|
key | string | "__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"
}
});