We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.17.0
14.16.0
see open-telemetry/opentelemetry-js-contrib#354 (comment)
Use module relative path in an InstrumentationNodeModuleFile.
InstrumentationNodeModuleFile
Instrumentation should work on windows and linux.
Windows doesn't work because it uses \\ instead /.
\\
/
The text was updated successfully, but these errors were encountered:
path.normalize
Successfully merging a pull request may close this issue.
What version of OpenTelemetry are you using?
0.17.0
What version of Node are you using?
14.16.0
What did you do?
see open-telemetry/opentelemetry-js-contrib#354 (comment)
Use module relative path in an
InstrumentationNodeModuleFile
.What did you expect to see?
Instrumentation should work on windows and linux.
What did you see instead?
Windows doesn't work because it uses
\\
instead/
.Additional context
The text was updated successfully, but these errors were encountered: