lnovelli
Results
1
comments of
lnovelli
Had a very similar issue. I was using `@sentry/electron` 4.1.2 and realized it was relying on `@sentry/types` 7.16.0 under the hood. After I explicitly added `@sentry/types` 7.16.0 to my `packages.json`...