Skip to content

Commit

Permalink
fix: 몇몇 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jul 22, 2024
1 parent 577829d commit 3cae175
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@
<profileable
android:shell="true"
tools:targetApi="29" />
<meta-data android:name="io.sentry.auto-init" android:value="false" />
<meta-data android:name="io.sentry.dsn" android:value="${sentryDsn}" />

<!-- enable automatic breadcrumbs for user interactions (clicks, swipes, scrolls) -->
<meta-data android:name="io.sentry.traces.user-interaction.enable" android:value="true" />
<!-- enable screenshot for crashes -->
<meta-data android:name="io.sentry.attach-screenshot" android:value="true" />
<!-- enable view hierarchy for crashes -->
<meta-data android:name="io.sentry.attach-view-hierarchy" android:value="true" />

<!-- enable the performance API by setting a sample-rate, adjust in production env -->
<meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ fun FamilyPage(
LaunchedEffect(Unit) {
if (familyMembersViewModel.isInitialize()) {
familyMembersViewModel.invoke(Arguments())
familyInfoViewModel.invoke(Arguments())
}
}
BBiBBiSurface(
Expand Down

0 comments on commit 3cae175

Please sign in to comment.