Ignore Type Size
Use if you want to send all logs if ignored log type size is bigger than ignoreTypeSize.
Option | Type | Default |
---|---|---|
ignoreTypeSize | number | 50 |
Example
const nexys = new Nexys("API_KEY", {
appName: "APP_NAME",
ignoreTypeSize: 100
});
Making this value 0
will disable this feature.