Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/fragments/lib-v1/analytics/flutter/record.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte

</Callout>

<Callout>

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.

</Callout>

## 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:
Expand Down
8 changes: 8 additions & 0 deletions src/fragments/lib-v1/analytics/ios/record.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte

</Callout>

<Callout>

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.

</Callout>

## 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:
Expand Down
8 changes: 8 additions & 0 deletions src/fragments/lib/analytics/flutter/record.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte

</Callout>

<Callout>

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.

</Callout>

## 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.
Expand Down
8 changes: 8 additions & 0 deletions src/fragments/lib/analytics/ios/record.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ However, it can take upwards of 30 minutes for the event to display in the Filte

</Callout>

<Callout>

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.

</Callout>

## Flush Events

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