Skip to content

Commit ee353fa

Browse files
Update packages/bundler-plugin-core/src/index.ts
Co-authored-by: Jan Peer Stöcklmair <jan.oster94@gmail.com>
1 parent e0cd156 commit ee353fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/bundler-plugin-core/src

packages/bundler-plugin-core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function sentryUnpluginFactory({
8383
// We cannot await the flush here because it would block the build start
8484
// which in turn would break module federation builds, see
8585
// https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/816
86-
sentryBuildPluginManager.telemetry.emitBundlerPluginExecutionSignal().catch(() => {
86+
void sentryBuildPluginManager.telemetry.emitBundlerPluginExecutionSignal().catch(() => {
8787
// Nothing for the users to do here. If telemetry fails it's acceptable.
8888
});
8989
},

0 commit comments

Comments
 (0)