Arjun Dangi
Arjun Dangi
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
### Steps to Reproduce I implemented sentry using your [doc](https://docs.sentry.io/platforms/javascript/guides/electron/) I created sentry.init.main and sentry.init.renderer file, and I added code that mentioned in doc for main and renderer. After this...
### Steps to Reproduce I implemented sentry using your [doc](https://docs.sentry.io/platforms/javascript/guides/electron/) I created sentry.init.main and sentry.init.renderer file, and I added code that mentioned in doc for main and renderer. After this...
Hi, thanks for this great library! I'm facing an issue where everything works fine locally on my machine, but when I run the same code inside a Docker container, I...