OptionalinterceptorsOptionalinterceptConsole?: OptionalinterceptUncaughtExceptions?: booleanAdd a listener for uncaught exceptions and send them to the backend.
OptionalinterceptUnhandledRejections?: booleanAdd a listener for unhandled promise rejections and send them to the backend.
OptionalsendAllows you to customize log before sending it to the backend.
OptionalurlThe URL of the backend to send logs to. If not provided, the sendLog function must be provided. If both 'url' and 'sendLog' are provided, 'sendLog' will take precedence.
Whether to intercept console methods. If it's in a boolean form, either intercept all console methods or none. If it's in an object form, you can specify which console methods to intercept.