Hao Xi
Hao Xi
Thanks @timfish , I can confirm your code above works! As everything is now sent from the main process, would `BrowserTracing` still work? I honestly don't know if I need...
Awesome, thanks a ton! Feel free to close this ticket if you like, or you may leave it open in case if you want to use it as a TODO...
Hey @timfish, Today I upgraded `@sentry/electron` to `4.0.0`, and `sentry/vue` to `7.12.1`, and the error below came back: > Type 'EventToMain' is not assignable to type 'Integration'. Here is my...
Hey @timfish, I still receive the same error after downgrading to `7.8.1`: ``` Type 'EventToMain' is not assignable to type 'Integration'. Types of property 'setupOnce' are incompatible. Type '(addGlobalEventProcessor: (callback:...
Thanks! You're right, I restarted VS code and the error is gone. However, how can you guys make the parameters optional without a question mark, I was thinking the `setupOnce`...
Also, rolling is not work in SYNC mode, I made some quick fixes here: https://github.com/haoxi911/log4z/commit/7f74981c869b8e690f2af3758f14b3c931e18c3c By the way, I prefer we close the file handle immediately after writing logs (SYNC...
Hey @magnusja Thanks for your inputs and analysis, it is very helpful. Just adding some more background information: - The issue may also happen on 32GB, but with a much...
Yea, the issue seems to be USB 2.0 only. As you mentioned above, the Android system disconnected the USB device while the issue occurs. I am thinking what might cause...
@petrvecera What I am doing is I started a local web server using express.js, then having main window to load index.html from http://localhost:xxx/index.html, then Firebase Analytics works. ```ts const server...
Have you solved it? I am facing exactly same issue.