getsentry / team-mobile

Meta issues for the Mobile team
4 stars 1 forks source link

Breadcrumbs for database operations #92

Open philipphofmann opened 1 year ago

philipphofmann commented 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.

### 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
marandaneto commented 1 year ago

RN does not support DB operations, the Native SDKs do.