We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fd41f commit 170899cCopy full SHA for 170899c
packages/worker/src/workflow/bundler.ts
@@ -219,7 +219,7 @@ exports.importInterceptors = function importInterceptors() {
219
plugins: [
220
// Replace the workflow-imports stub with the real implementation
221
new NormalModuleReplacementPlugin(
222
- /[\\/]interceptors-opentelemetry[\\/](?:src|lib)[\\/]workflow[\\/]workflow-imports\.[jt]s$/,
+ /[\\/](?:@temporalio|packages)[\\/]interceptors-opentelemetry[\\/](?:src|lib)[\\/]workflow[\\/]workflow-imports\.[jt]s$/,
223
path.resolve(__dirname, 'otel-workflow-imports.js')
224
),
225
],
0 commit comments