File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,20 +63,18 @@ class BugfenderClass {
6363 // endregion init
6464
6565 // region after init
66- setTimeout ( ( ) => {
67- if ( validatedOptions . enableLogcatLogging ) {
68- RnBugfender . enableLogcatLogging ( ) ;
69- }
70- if ( validatedOptions . logUIEvents ) {
71- RnBugfender . enableUIEventLogging ( ) ;
72- }
73- if ( validatedOptions . registerErrorHandler ) {
74- RnBugfender . enableCrashReporting ( ) ;
75- }
76- RnBugfender . setMaximumLocalStorageSize (
77- validatedOptions . maximumLocalStorageSize
78- ) ;
79- } , 2000 ) ; // Wait for BF to be initialized
66+ if ( validatedOptions . enableLogcatLogging ) {
67+ RnBugfender . enableLogcatLogging ( ) ;
68+ }
69+ if ( validatedOptions . logUIEvents ) {
70+ RnBugfender . enableUIEventLogging ( ) ;
71+ }
72+ if ( validatedOptions . registerErrorHandler ) {
73+ RnBugfender . enableCrashReporting ( ) ;
74+ }
75+ RnBugfender . setMaximumLocalStorageSize (
76+ validatedOptions . maximumLocalStorageSize
77+ ) ;
8078 // endregion after init
8179
8280 this . initialized = true ;
You can’t perform that action at this time.
0 commit comments