File tree Expand file tree Collapse file tree
packages/core/android/src/main/java/io/sentry/react Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ static void getSentryAndroidOptions(
164164 }
165165
166166 // Configure Android UI Profiling
167- configureAndroidProfiling (options , rnOptions );
167+ configureAndroidProfiling (options , rnOptions , logger );
168168
169169 // Exclude Dev Server and Sentry Dsn request from Breadcrumbs
170170 String dsn = getURLFromDSN (rnOptions .getString ("dsn" ));
@@ -196,8 +196,10 @@ static void getSentryAndroidOptions(
196196 SentryLevel .INFO , String .format ("Native Integrations '%s'" , options .getIntegrations ()));
197197 }
198198
199- private void configureAndroidProfiling (
200- @ NotNull SentryAndroidOptions options , @ NotNull ReadableMap rnOptions ) {
199+ private static void configureAndroidProfiling (
200+ @ NotNull SentryAndroidOptions options ,
201+ @ NotNull ReadableMap rnOptions ,
202+ @ NotNull ILogger logger ) {
201203 if (!rnOptions .hasKey ("_experiments" )) {
202204 return ;
203205 }
You can’t perform that action at this time.
0 commit comments