UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

15 lines (13 loc) 354 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 export { record, identifyUser, configureAutoTrack, flushEvents, RecordInput, IdentifyUserInput, ConfigureAutoTrackInput, } from './providers/pinpoint'; export { enable, disable } from './apis'; export { AnalyticsError } from './errors';