-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Meta: Help WantedPackage: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDKhacktoberfest
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
7.73
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
- Read the docs: It says that the HTTP integration creates spans for outgoing HTTP requests, but it does not create a transaction. You need to create the transaction manually, or use something like express middleware, which creates a transaction for each incoming HTTP request, to which the spans of outgoing HTTP requests are added (true).
- Read the comment at
* The http module integration instruments Node's internal http module. It creates breadcrumbs, transactions for outgoing - Be confused, because the docs and source code comments contradict.
Expected Result
Docs and source code comments do not contradict.
Actual Result
Docs and source code comments contradict.
micalevisk
Metadata
Metadata
Assignees
Labels
Meta: Help WantedPackage: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDKhacktoberfest
Type
Projects
Status
No status