krakenjs/beaver-logger

window.location.protocol !== constants_PROTOCOL.FILE

demoFuncID1 opened this issue · 0 comments

I realize the log will not send to server is the protocol is File, currently my use case I need to build it as electron packaging hence the protocol will be a File so I removed this condition in order my electron package able to send the log. May I know if there is any specific concern if I removed this condition ? or do u have any better approach to handle this issues ?? @bluepnume