-
-
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
Version:
5.7.1
Description
Upon updating @sentry/browser to latest (from 5.6.3 to 5.7.1) all builds are failing in typescript build:
ERROR in /var/jenkins/workspace/NavisphereCarrier.Website.Beta.PR/node_modules/@sentry/utils/dist/is.d.ts
[tsl] ERROR in /var/jenkins/workspace/NavisphereCarrier.Website.Beta.PR/node_modules/@sentry/utils/dist/is.d.ts(1,1)
TS1084: Invalid 'reference' directive syntax.
ERROR in /var/jenkins/workspace/NavisphereCarrier.Website.Beta.PR/node_modules/@sentry/utils/dist/misc.d.ts
[tsl] ERROR in /var/jenkins/workspace/NavisphereCarrier.Website.Beta.PR/node_modules/@sentry/utils/dist/misc.d.ts(1,1)
TS1084: Invalid 'reference' directive syntax.
tsconfig setup:
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext" // this is required for code splitting
},
"exclude": [
"node_modules",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.mock.ts",
"dist",
"test"
]
}
{
"compileOnSave": false,
"compilerOptions": {
"jsx": "react",
"sourceMap": true,
"outDir": "./dist/out-tsc",
"baseUrl": "src",
"keyofStringsOnly": true,
"paths": {
"app/*": ["app/*"],
"test/*": ["../test/*"]
},
"skipLibCheck": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017.object",
"es2016",
"dom"
],
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true
},
"exclude": [
"node_modules"
]
}
THPubs
Metadata
Metadata
Assignees
Labels
No labels