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/analytics/js/getting-started.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,6 @@ Import and load the configuration file in your app. It's recommended you add the
41
41
importAmplify, { Analytics } from'aws-amplify';
42
42
importawsconfigfrom'./aws-exports';
43
43
Amplify.configure(awsconfig);
44
-
Analytics.record();
45
44
```
46
45
47
46
User session data is automatically collected unless you disabled analytics. To see the results visit the [Amazon Pinpoint console](https://console.aws.amazon.com/pinpoint/home/).
0 commit comments