-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat(new integration): onboarding june device mode destination v1.1 #673
Conversation
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order for logger module to work add the below code in browser.js.
- Add analytics in the constructor
constructor(config, analytics) {
- Add the below code in the constructor.
if (analytics.logLevel) { logger.setLogLevel(analytics.logLevel); }
Updated in production-staging. Do I need to update these changes in v1-staging also?? |
It's better to address this in the |
This reverts commit f485afc.
raised the PR for v1-staging |
Description of the change
Type of change
Related issues
Checklists
Development
Code review
This change is