I have been facing this issue a lot lately with electron.js app.
I was finally able to capture the trace with sentry and it leads to win-audio.
For reference, it points to this file
win-audio\dist\index.js:32:29
`
/**
- Check and update current volume.
*/
var check = function check() {
_check(audio.get, 'audio', 'change');
_check(audio.isMuted, 'status', 'toggle');
};
`
I have been facing this issue a lot lately with electron.js app.
I was finally able to capture the trace with sentry and it leads to win-audio.
For reference, it points to this file
win-audio\dist\index.js:32:29
`
/**
*/
var check = function check() {
_check(audio.get, 'audio', 'change');
_check(audio.isMuted, 'status', 'toggle');
};
`