SentryReflect
Reflection bridge that routes the SDK's handled exceptions / logs / custom keys to Sentry, mirroring FirebaseCrashlyticsReflect. The SDK core has NO compile-time dependency on io.sentry — every call is resolved reflectively at runtime and silently no-ops when Sentry is not on the classpath (e.g. a consumer app that does not use Sentry). Like FirebaseCrashlyticsReflect, routing is GUARDED to com.mapsted.* apps so the SDK never leaks its telemetry into a third-party embedder's Sentry project. It also only forwards once the host app's Sentry.init(...) has actually run (checked live via Sentry.isEnabled()), so ordering between app init and SDK init does not matter.