Closed
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 which says that the HTTP integration creates transactions (untrue).
- 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.
Metadata
Metadata
Assignees
Type
Projects
Status
No status