Omar Aloraini
Omar Aloraini
Currently it's only possible to call search and write. For mutation you may want to invoke a different method, for example `action_post` on `account.move`. Perhaps an additional argument named `method`...
### Problem Statement I trying to use `SentryInstrumentation.BeforeSpanCallback` with the auto configuration from Sentry, but unfortunately with the way it's set up, it's very hard to override. I'm not sure...
### Problem Statement I want to add more data into the breadcrumbs generated by `SentryInstrumentation`,. As a use case, I want to add any parameter named `id` when resolving any...