-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup fail (with analytics) #164
Comments
Oh man that is a silly one, thanks for reporting! |
prescottprue
pushed a commit
that referenced
this issue
Nov 15, 2019
prescottprue
added a commit
that referenced
this issue
Nov 15, 2019
Fixed in v4.0.1 release, thanks for reporting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The app cannot be compiled or run after setup if choosing to include analytics. Two issues thus far...
Possible Solutions
Add a segment ID input to the init process.
The analytics constants file doesn't exist, it should be created here...
/src/constants/analytics.js
This line may be incorrect...
src/utils/analytics.js
...I believe
eventNameKey
should beeventName
This variable
GOOGLE_EVENT_TYPES_BY_EVENT_NAME
may need to be the same as the importANALYTICS_EVENT_NAMES
The text was updated successfully, but these errors were encountered: