chore(deps): bump @sentry/browser from 5.30.0 to 8.33.0 #14466
test.yml
on: pull_request
Test
13m 54s
Lint
2m 50s
Build
3m 20s
Annotations
6 errors and 1 warning
Lint:
src/app/App.tsx#L48
Property 'Severity' does not exist on type 'typeof import("/home/runner/work/maas-ui/maas-ui/node_modules/@sentry/browser/build/npm/types/index")'.
|
Lint
Process completed with exit code 2.
|
src/app/App.test.tsx > App > displays correct status on connection errors:
src/app/App.tsx#L55
TypeError: Cannot read properties of undefined (reading 'Warning')
❯ src/app/App.tsx:55:8
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23189:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24970:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24930:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24917:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24905:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27078:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:27023:14
❯ node_modules/react-dom/cjs/react-dom.development.js:26808:9
❯ flushActQueue node_modules/react/cjs/react.development.js:2667:24
|
src/app/base/components/ErrorBoundary/ErrorBoundary.test.tsx > ErrorBoundary > should not capture exceptions with Sentry when enable_analytics is disabled:
src/app/base/components/ErrorBoundary/ErrorBoundary.test.tsx#L50
TypeError: Cannot redefine property: captureException
❯ src/app/base/components/ErrorBoundary/ErrorBoundary.test.tsx:50:8
|
src/app/base/components/ErrorBoundary/ErrorBoundary.test.tsx > ErrorBoundary > should capture exceptions with Sentry when enable_analytics is enabled:
src/app/base/components/ErrorBoundary/ErrorBoundary.test.tsx#L76
TypeError: Cannot redefine property: captureException
❯ src/app/base/components/ErrorBoundary/ErrorBoundary.test.tsx:76:8
|
Test
Process completed with exit code 1.
|
Test
No files were found with the provided path: coverage. No artifacts will be uploaded.
|