We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693d9c7 commit f424ddfCopy full SHA for f424ddf
packages/webpack-plugin/src/webpack4and5.ts
@@ -37,7 +37,7 @@ function webpackInjectionPlugin(
37
UnsafeBannerPlugin: UnsafeBannerPlugin | undefined
38
): (injectionCode: string, debugIds: boolean) => UnpluginOptions {
39
return (injectionCode: string, debugIds: boolean): UnpluginOptions => ({
40
- name: "sentry-webpack-release-injection-plugin",
+ name: "sentry-webpack-injection-plugin",
41
webpack(compiler) {
42
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
43
// @ts-ignore webpack version compatibility shenanigans
0 commit comments