UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

12 lines (10 loc) 427 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 export { getEventBuffer } from './getEventBuffer'; export { resolveConfig } from './resolveConfig'; export { autoTrackMedia } from './autoTrackMedia'; export { resolveCachedSession, updateCachedSession } from './cachedSession'; export { DEFAULT_PERSONALIZE_CONFIG, PERSONALIZE_FLUSH_SIZE_MAX, } from './constants';