File tree 2 files changed +8
-0
lines changed
sentry-android-core/src/main/java/io/sentry/android/core 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ ### Features
6
+
7
+ - Add manifest ` AutoInit ` to integrations list ([ #2795 ] ( https://github.com/getsentry/sentry-java/pull/2795 ) )
8
+
3
9
## 6.24.0
4
10
5
11
### Features
Original file line number Diff line number Diff line change 4
4
import android .content .pm .ProviderInfo ;
5
5
import android .net .Uri ;
6
6
import io .sentry .Sentry ;
7
+ import io .sentry .SentryIntegrationPackageStorage ;
7
8
import io .sentry .SentryLevel ;
8
9
import org .jetbrains .annotations .ApiStatus ;
9
10
import org .jetbrains .annotations .NotNull ;
@@ -22,6 +23,7 @@ public boolean onCreate() {
22
23
}
23
24
if (ManifestMetadataReader .isAutoInit (context , logger )) {
24
25
SentryAndroid .init (context , logger );
26
+ SentryIntegrationPackageStorage .getInstance ().addIntegration ("AutoInit" );
25
27
}
26
28
return true ;
27
29
}
You can’t perform that action at this time.
0 commit comments