I’m attempting to debug some performance issues between UI Bakery, our API server, and our database. I’m using our Sentry account and Traces to examine requests coming in to the system.
I’m seeing some weird behavior on requests coming from UI Bakery. It seems like these requests already have a Sentry trace header, and, as a result, I’m getting spans assigned to traces hours apart. This is making debugging a little challenging.
Is UI Bakery applying trace ID headers to outbound requests? Is it possible to disable this, or to use my own Sentry DSN to track requests from my UI to my API?