-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
Package + Version
-
@sentry/node@5.23.0
Version:
5.23.0
Description
After introducing localforage
dependency - it breaks typescript projects that don't have lib: ["dom"]
in tsconfig.json
(e.g Node.js projects).
Error:
tsc
node_modules/localforage/typings/localforage.d.ts:65:43 - error TS2304: Cannot find name 'Blob'.
65 serialize<T>(value: T | ArrayBuffer | Blob, callback: (value: string, error: any) => void): void;
~~~~
node_modules/localforage/typings/localforage.d.ts:67:54 - error TS2304: Cannot find name 'Blob'.
67 deserialize<T>(value: string): T | ArrayBuffer | Blob;
~~~~
Found 2 errors.
mitskevich, armonge, jaredsilver, pkat, ckortekaas and 5 more
Metadata
Metadata
Assignees
Labels
No labels