amplify
amplify copied to clipboard
Convert Amplify instance initialization to use a builder pattern
We want to discourage the addition of new tracked events, custom configuration of the state tracker, etc., outside of the Application class. Switching to a Builder pattern and 'finalizing' configuration when the build()
method is called would help achieve this.