Open maxdeichmann opened 3 months ago
Hi @maxdeichmann @Steffen911,
Thank you for reporting this issue, and apologies for the delay in getting back to you.
Could you provide a repository with a sample application that reproduces the issue? That would be, for example, a freshly initialized Next.js application that uses this instrumentation with a standard OpenTelemetry setup.
Could you also try adding @appsignal/opentelemetry-instrumentation-bullmq
to the serverExternalPackages
Next.js configuration option? This seems like it could be an issue with Webpack bundling.
@unflxw Thank you for the response. I just tested your suggestion and can confirm that the initialization succeeds if I include the bullmq instrumentation in serverComponentsExternalPackages
.
Interesting, thank you for reporting back @Steffen911. I'm unsure why that would be necessary, but nonetheless it's good to know there's a workaround.
I am using this package in a dockerized Nextjs application. When i try to run the application, i get the error below. Is this something you encountered already?
Context: