You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Sentry users also using Coralogix, it's been observed that some API calls are in the millisecond range, while Sentry is reporting it differently. Since server-timing headers aren't supported #14209 and data is in Coralogix, being able to associate spans in Sentry with Coralogix would provide more complete observability.
Problem Statement
For Sentry users also using Coralogix, it's been observed that some API calls are in the millisecond range, while Sentry is reporting it differently. Since server-timing headers aren't supported #14209 and data is in Coralogix, being able to associate spans in Sentry with Coralogix would provide more complete observability.
Solution Brainstorm
Something like the custom header added as span attributes https://docs.sentry.io/platforms/javascript/guides/react/tracing/instrumentation/custom-instrumentation/#improving-span-data automatically to
http.client
spans.The text was updated successfully, but these errors were encountered: