Sami Al-Dury
Results
1
comments of
Sami Al-Dury
Hi @TymanWasTaken, I solved it by setting the `handleUncaughtExceptions` option to `false`. ```ts import sourceMapSupport from 'source-map-support' sourceMapSupport.install({ environment: 'node', handleUncaughtExceptions: false, }) ```