Skip to content

Commit f424ddf

Browse files
committed
Correct webpack plugin name
1 parent 693d9c7 commit f424ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-plugin/src/webpack4and5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function webpackInjectionPlugin(
3737
UnsafeBannerPlugin: UnsafeBannerPlugin | undefined
3838
): (injectionCode: string, debugIds: boolean) => UnpluginOptions {
3939
return (injectionCode: string, debugIds: boolean): UnpluginOptions => ({
40-
name: "sentry-webpack-release-injection-plugin",
40+
name: "sentry-webpack-injection-plugin",
4141
webpack(compiler) {
4242
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
4343
// @ts-ignore webpack version compatibility shenanigans

0 commit comments

Comments
 (0)