You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing issues with the OpenTelemetry Instrumentation in my React TypeScript app. The errors are related to the inability to resolve the 'path' module in two specific files within the OpenTelemetry dependencies, resulting in webpack build failures.
Error Details
Additional Information
Environment: React TypeScript app Error Cause: The errors are related to the 'path' module not being resolved in the OpenTelemetry dependencies. Steps to Reproduce:
Include the provided OpenTelemetry setup code in a React TypeScript app.
Hi, thanks for reporting the issue. This is actually fixed in the most recent release of this repo and we're currently working on releasing a fix over at https://github.com/open-telemetry/opentelemetry-js-contrib but we hit a lot of road-bumps while working on that. The good news is that we've isolated the problem and are expecting that we'll have them sorted out soon.
I'm closing this issue since it's a duplicate of #4373 and open-telemetry/opentelemetry-js-contrib#1892, if you feel that this is not correct, please feel free to reach out here on the issue and I'll re-open it.
What happened?
Details
I am facing issues with the OpenTelemetry Instrumentation in my React TypeScript app. The errors are related to the inability to resolve the 'path' module in two specific files within the OpenTelemetry dependencies, resulting in webpack build failures.
Error Details
Additional Information
Environment: React TypeScript app
Error Cause: The errors are related to the 'path' module not being resolved in the OpenTelemetry dependencies.
Steps to Reproduce:
OpenTelemetry Setup Code
package.json
Relevant log output
No response
The text was updated successfully, but these errors were encountered: