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
I checked it again today.
You must invoke SentryFlutter.init() before Catcher, or it won't send events to Sentry.io. And do all the setup on the options object inside init() (settings on SentryClient() inside Catcher will be ignored).
Consider update docs.
(but there was the problem also because I've thrown the test error like throw 'error', but Sentry understands only throw Exception ('error')
no error's delivered without wrapper Exception class)
installation instructions in Sentry are
But catcher has its own app runner (rootWidget parameter):
It also says nothing about
SentryFlutter.init
and it uses SentryClient instead
I try to throw intentional error, but nothing comes to my Sentry
(tried both Sentry.captureException and Catcher.reportCheckedError)
I also tried to invoke
SentryFlutter.init
before Catcher and duplicate DSN number in it, but it didn't help.The text was updated successfully, but these errors were encountered: