short version:
need the following setting in sentry init:
integrations=[DjangoIntegration(signals_spans=False, middleware_spans=False)],
Baserow does have this setting in it’s sentry setup. Thank you so much @davide for putting me on the right track.
long version:
I started my plugin in mid-2022 and I believe baserow didn’t have sentry support out of the box at that time. So I I hacked together the sentry setup by maintaining a set of patches which I apply on baserow at plugin install time. So essentially I had my own sentry setup and I didn’t benefit from the baserow settings.
For now i’m probably going to be keeping my custom setup, because baserow tends to spam transactions and filling up my sentry quota.
I love baserow !!