We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cd156 commit ee353faCopy full SHA for ee353fa
1 file changed
packages/bundler-plugin-core/src/index.ts
@@ -83,7 +83,7 @@ export function sentryUnpluginFactory({
83
// We cannot await the flush here because it would block the build start
84
// which in turn would break module federation builds, see
85
// https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/816
86
- sentryBuildPluginManager.telemetry.emitBundlerPluginExecutionSignal().catch(() => {
+ void sentryBuildPluginManager.telemetry.emitBundlerPluginExecutionSignal().catch(() => {
87
// Nothing for the users to do here. If telemetry fails it's acceptable.
88
});
89
},
0 commit comments