sentry_flutter: ^4.0.0-alpha.2 ``` Sentry.configureScope((Scope scope) async { scope.user = User(id: xxx); }); ``` The user information was set in the flutter and did not synchronize in native(Android). Hope to add this feature, thanks