diff --git a/src/fragments/lib-v1/analytics/flutter/record.mdx b/src/fragments/lib-v1/analytics/flutter/record.mdx
index a454009f2c9..d55f4d41040 100644
--- a/src/fragments/lib-v1/analytics/flutter/record.mdx
+++ b/src/fragments/lib-v1/analytics/flutter/record.mdx
@@ -26,6 +26,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte
+
+
+Security Notice: Amplify Analytics temporarily stores event data locally in an unencrypted format before sending it to Pinpoint.
+
+To protect your sensitive information, please do not include any passwords, API keys, or other confidential information in your analytic events.
+
+
+
## Flush events
Events have default configuration to flush out to the network every 30 seconds. If you would like to change this, update `amplifyconfiguration.dart` with the value in milliseconds you would like for `autoFlushEventsInterval`. This configuration will flush events every 10 seconds:
diff --git a/src/fragments/lib-v1/analytics/ios/record.mdx b/src/fragments/lib-v1/analytics/ios/record.mdx
index 096f0af5b79..3cf4feccd18 100644
--- a/src/fragments/lib-v1/analytics/ios/record.mdx
+++ b/src/fragments/lib-v1/analytics/ios/record.mdx
@@ -23,6 +23,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte
+
+
+Security Notice: Amplify Analytics temporarily stores event data locally in an unencrypted format before sending it to Pinpoint.
+
+To protect your sensitive information, please do not include any passwords, API keys, or other confidential information in your analytic events.
+
+
+
## Flush Events
Events have default configuration to flush out to the network every 60 seconds. If you would like to change this, update `amplifyconfiguration.json` with the value you would like for `autoFlushEventsInterval` like so:
diff --git a/src/fragments/lib/analytics/flutter/record.mdx b/src/fragments/lib/analytics/flutter/record.mdx
index f544a439cdb..228bb4b0fd3 100644
--- a/src/fragments/lib/analytics/flutter/record.mdx
+++ b/src/fragments/lib/analytics/flutter/record.mdx
@@ -26,6 +26,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte
+
+
+Security Notice: Amplify Analytics temporarily stores event data locally in an unencrypted format before sending it to Pinpoint.
+
+To protect your sensitive information, please do not include any passwords, API keys, or other confidential information in your analytic events.
+
+
+
## Flush events
Events have default configuration to flush out to the network every 30 seconds. To modify the default value, assign the `autoFlushEventsInterval` property to your desired duration. The example below configures the plugin to flush events every 10 seconds.
diff --git a/src/fragments/lib/analytics/ios/record.mdx b/src/fragments/lib/analytics/ios/record.mdx
index a84eddb3f6d..2de96d9f6c1 100644
--- a/src/fragments/lib/analytics/ios/record.mdx
+++ b/src/fragments/lib/analytics/ios/record.mdx
@@ -14,6 +14,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte
+
+
+Security Notice: Amplify Analytics temporarily stores event data locally in an unencrypted format before sending it to Pinpoint.
+
+To protect your sensitive information, please do not include any passwords, API keys, or other confidential information in your analytic events.
+
+
+
## Flush Events
By default, events are automatically flushed out to the network every 60 seconds.