File tree Expand file tree Collapse file tree 5 files changed +16
-7
lines changed
sentry-kotlin-multiplatform/src/androidMain
kmp-app-cocoapods/androidApp/src/main
kmp-app-mvvm-di/androidApp/src/main
kmp-app-spm/androidApp/src/main Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ### Features
6
+
7
+ - feat: automatically disable ` io.sentry.auto-init ` ([ #93 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/93 ) )
8
+
5
9
### Improvements
6
10
7
11
- ref: improve samples & add SPM docs ([ #82 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/82 ) )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" io.sentry.kotlin.multiplatform" >
4
- <uses-permission android : name =" android.permission.INTERNET" />
5
- <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
6
- \</manifest >
3
+ xmlns : tools =" http://schemas.android.com/tools"
4
+ package =" io.sentry.kotlin.multiplatform" >
5
+
6
+ <application >
7
+ <provider
8
+ android : name =" io.sentry.android.core.SentryInitProvider"
9
+ android : authorities =" ${applicationId}.SentryInitProvider"
10
+ android : exported =" false"
11
+ tools : node =" remove" />
12
+ </application >
13
+
14
+ </manifest >
Original file line number Diff line number Diff line change 7
7
android : supportsRtl =" true"
8
8
android : theme =" @style/AppTheme"
9
9
android : name =" .SentryApplication" >
10
- <meta-data android : name =" io.sentry.auto-init" android : value =" false" />
11
10
<activity
12
11
android : name =" .MainActivity"
13
12
android : exported =" true" >
Original file line number Diff line number Diff line change 13
13
android : supportsRtl =" true"
14
14
android : theme =" @style/AppTheme"
15
15
tools : ignore =" DataExtractionRules" >
16
- <meta-data android : name =" io.sentry.auto-init" android : value =" false" />
17
16
<activity
18
17
android : name =" sentry.kmp.demo.android.MainActivity"
19
18
android : exported =" true" >
Original file line number Diff line number Diff line change 7
7
android : supportsRtl =" true"
8
8
android : theme =" @style/AppTheme"
9
9
android : name =" .SentryApplication" >
10
- <meta-data android : name =" io.sentry.auto-init" android : value =" false" />
11
10
<activity
12
11
android : name =" .MainActivity"
13
12
android : exported =" true" >
You can’t perform that action at this time.
0 commit comments