You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentry Flutter Android does not capture any exceptions at all when custom initialization - caused by callback failure, thus would be great to add a log / throw when this happens #1486
The standard default way - let Flutter side auto init Android side
The way mentioned above - init Sentry Android manually at FlutterApplication.onCreate, and disable Flutter side from initing Android side
I see both cases call SentryClient._attachClientReportsAndSend and FileSystemTransport.send happily. Indeed, with the following extra logs, I can see "hi 1" and "hi 2" both.
I will update my findings here. If I can fix it, hopefully this issue can be used as a future reference for who wants to manually initialize sentry.