-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
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
Cannot read properties of undefined (reading 'timeout') #3939
Labels
Comments
We cannot use https://github.com/DataDog/dd-trace-js/releases/tag/v4.23.0 because of this issue |
any update on this? we are also having this from time to time. |
atif-saddique-deel
added a commit
to atif-saddique-deel/dd-trace-js
that referenced
this issue
Feb 2, 2024
When options are undefined, doing `options.timeout` throws error and crash the whole node process. DataDog#3939
8 tasks
simon-id
pushed a commit
that referenced
this issue
Feb 5, 2024
When options are undefined, doing `options.timeout` throws error and crash the whole node process. #3939
Fixed in #4029 |
simon-id
added a commit
that referenced
this issue
Feb 5, 2024
When options are undefined, doing `options.timeout` throws error and crash the whole node process. #3939 Co-authored-by: Atif Saddique <[email protected]>
tlhunter
pushed a commit
that referenced
this issue
Feb 12, 2024
When options are undefined, doing `options.timeout` throws error and crash the whole node process. #3939 Co-authored-by: Atif Saddique <[email protected]>
tlhunter
pushed a commit
that referenced
this issue
Feb 12, 2024
When options are undefined, doing `options.timeout` throws error and crash the whole node process. #3939 Co-authored-by: Atif Saddique <[email protected]>
tlhunter
pushed a commit
that referenced
this issue
Feb 12, 2024
When options are undefined, doing `options.timeout` throws error and crash the whole node process. #3939 Co-authored-by: Atif Saddique <[email protected]>
tlhunter
pushed a commit
that referenced
this issue
Feb 14, 2024
When options are undefined, doing `options.timeout` throws error and crash the whole node process. #3939 Co-authored-by: Atif Saddique <[email protected]>
tlhunter
pushed a commit
that referenced
this issue
Feb 14, 2024
When options are undefined, doing `options.timeout` throws error and crash the whole node process. #3939 Co-authored-by: Atif Saddique <[email protected]>
tlhunter
pushed a commit
that referenced
this issue
Feb 14, 2024
When options are undefined, doing `options.timeout` throws error and crash the whole node process. #3939 Co-authored-by: Atif Saddique <[email protected]>
The fix has been released in versions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
need to check that
options
existsdd-trace-js/packages/datadog-plugin-http/src/client.js
Line 125 in cfc2436
The text was updated successfully, but these errors were encountered: