Skip to content

Commit c69b28b

Browse files
authored
chore: Flutter/Swift unencrypted analytics (#8353)
1 parent 7019c75 commit c69b28b

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

src/fragments/lib-v1/analytics/flutter/record.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte
2626

2727
</Callout>
2828

29+
<Callout>
30+
31+
Security Notice: Amplify Analytics temporarily stores event data locally in an unencrypted format before sending it to Pinpoint.
32+
33+
To protect your sensitive information, please do not include any passwords, API keys, or other confidential information in your analytic events.
34+
35+
</Callout>
36+
2937
## Flush events
3038

3139
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:

src/fragments/lib-v1/analytics/ios/record.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte
2323

2424
</Callout>
2525

26+
<Callout>
27+
28+
Security Notice: Amplify Analytics temporarily stores event data locally in an unencrypted format before sending it to Pinpoint.
29+
30+
To protect your sensitive information, please do not include any passwords, API keys, or other confidential information in your analytic events.
31+
32+
</Callout>
33+
2634
## Flush Events
2735

2836
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:

src/fragments/lib/analytics/flutter/record.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte
2626

2727
</Callout>
2828

29+
<Callout>
30+
31+
Security Notice: Amplify Analytics temporarily stores event data locally in an unencrypted format before sending it to Pinpoint.
32+
33+
To protect your sensitive information, please do not include any passwords, API keys, or other confidential information in your analytic events.
34+
35+
</Callout>
36+
2937
## Flush events
3038

3139
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.

src/fragments/lib/analytics/ios/record.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte
1414

1515
</Callout>
1616

17+
<Callout>
18+
19+
Security Notice: Amplify Analytics temporarily stores event data locally in an unencrypted format before sending it to Pinpoint.
20+
21+
To protect your sensitive information, please do not include any passwords, API keys, or other confidential information in your analytic events.
22+
23+
</Callout>
24+
1725
## Flush Events
1826

1927
By default, events are automatically flushed out to the network every 60 seconds.

0 commit comments

Comments
 (0)