You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fragments/lib/logging/common/setup_logging/setup_logging.mdx
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,39 @@ export class RemoteLoggingConstraintsConstruct extends Construct {
73
73
74
74
The `<log-group-name>` and `<region>` will be printed out in the in the terminal. You can use this information to setup the Amplify library in the next section.
75
75
76
+
<InlineFilterfilters={['android']}>
77
+
78
+
## Install Amplify Libraries
79
+
80
+
Add the following dependencies to your `build.gradle (Module :app)` file and click "Sync Now" when prompted:
**Note:** The CloudWatch plugin has a dependency on Cognito Auth.
104
+
105
+
</Callout>
106
+
107
+
</InlineFilter>
108
+
76
109
## Initialize Amplify Logging
77
110
78
111
In this section, we will initialize and setup the Amplify library. The Logger can be configured via a configuration file or in code when your app is initializing.
0 commit comments