Open philipphofmann opened 1 year ago
If the SDK already has auto-instrumentation for database operations, add breadcrumbs for these operations, as this feature is a low-hanging fruit.
If these breadcrumbs get too noisy, users can drop them in beforeBreadcrumb, or we could also add an option to disable these.
beforeBreadcrumb
### Tasks - [ ] https://github.com/getsentry/sentry-cocoa/issues/2799 - [ ] https://github.com/getsentry/sentry-android-gradle-plugin/issues/430 - [ ] https://github.com/getsentry/sentry-dart/issues/1341 - [ ] .NET
RN does not support DB operations, the Native SDKs do.
If the SDK already has auto-instrumentation for database operations, add breadcrumbs for these operations, as this feature is a low-hanging fruit.
If these breadcrumbs get too noisy, users can drop them in
beforeBreadcrumb
, or we could also add an option to disable these.