Sentry Traces

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?

Hi @travis_s,

Could you please clarify how exactly you are making those requests in UIB?

Hi @Kate,

I’m making the requests through an Open API Datasource.

Thanks! I’ll clarify with the dev team

Hi @travis_s

Please note that we’ve released a fix for this. It’s already available on a cloud version, while for an on-premise version, it will be available within a couple of hours in the rc version. You can follow the updates here: What's new on UI Bakery

1 Like