You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2023. It is now read-only.
Which SDK and version?
"@sentry/react": "^6.1.0",
"@sentry/tracing": "^6.1.0",
"@sentry/webpack-plugin": "^1.14.0",
Steps to Reproduce
Project using webpack5 and TypeScript files for webpack configs
Use SentryWebpackPlugin
Try to run webpack config with tsc
Get an error
Expected Result
It will work
Actual Result
node_modules/@sentry/webpack-plugin/index.d.ts:1:10 - error TS2305: Module '"../../webpack/types"' has no exported member 'Plugin'.
1 import { Plugin, Compiler } from 'webpack';
~~~~~~