-
-
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
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser -
@sentry/node -
raven-js -
raven-node(raven for node) - other:
@sentry/apm
Version:
5.19.0
Description
No issues building with version 5.17.0, but following an upgrade to 5.19.0, the following error message is received on build:
../node_modules/@sentry/apm/dist/integrations/types.d.ts:12:31 - error TS2304: Cannot find name 'DOMStringList'.
12 readonly ancestorOrigins: DOMStringList;
Tried adding dom typings to compilerOptions which allowed the package to build -- is your build process automatically including dom for its node builds or something like that? Users really shouldn't need to add dom typings for a node application -_-
Metadata
Metadata
Assignees
Labels
No labels