File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
sentry-android-core/src/main/java/io/sentry/android/core Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 99import io .sentry .DefaultTransactionPerformanceCollector ;
1010import io .sentry .ILogger ;
1111import io .sentry .ITransactionProfiler ;
12- import io .sentry .InitPriority ;
1312import io .sentry .NoOpConnectionStatusProvider ;
1413import io .sentry .ScopeType ;
1514import io .sentry .SendFireAndForgetEnvelopeSender ;
@@ -114,10 +113,6 @@ static void loadDefaultAndMetadataOptions(
114113 options .setCacheDirPath (getCacheDir (context ).getAbsolutePath ());
115114
116115 readDefaultOptionValues (options , context , buildInfoProvider );
117-
118- if (ManifestMetadataReader .isAutoInit (context , logger )) {
119- options .setInitPriority (InitPriority .LOW );
120- }
121116 }
122117
123118 @ TestOnly
You can’t perform that action at this time.
0 commit comments