-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Standalone http.client
spans
#11562
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
Comments
In contrast, INP spans don't need to set segment properties because we don't care about them not showing up in the trace view. |
Closing this at the moment as this is officially on hold until further notice. The experimental |
Uh oh!
There was an error while loading. Please reload this page.
Many users have been confused and frustrated by the fact that after the automatically created page load transaction is finished, XMLHttpRequest and fetch requests are only automatically instrumented with the user explicitly wrapping these requests in a transaction.
For v8, we want to change this by utilizing single-span ingestion. By default, each request will be traced and sent to Sentry as a segment span (
span.isSegment: true,)
. The user can turn off the behaviour with a newSentry.browserTracingIntegration()
option.The text was updated successfully, but these errors were encountered: