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
// We expect users to use the file options only in combination with manual native initialization
144
+
// Options file is present, native SDK is expected to be initialized
145
+
// before JS from the native app entry point (e.g. AppDelegate, MainApplication).
145
146
// eslint-disable-next-line no-console
146
-
console.info('Initializing Sentry JS with the options file. Expecting manual native initialization before JS. Native will not be initialized automatically.');
147
+
console.info('[Sentry] Using options file. Native SDK is expected to be initialized before JS, skipping automatic native initialization from JS.');
0 commit comments