getsentry / sentry-powershell

Sentry for PowerShell
https://docs.sentry.io/platforms/powershell/
MIT License
5 stars 1 forks source link

Automatic flush on exit #38

Open vaind opened 6 months ago

vaind commented 6 months ago

We should find a way to send messages asynchronously while still actually trying to send them before the script exits.

For now, I'm doing what we do in webGL in Unity, i.e. implement a synchronous "background" worker instead of an async one.