Skip to content

Allow setting custom log endpoint in browser script#12

Open
AlejandroPerezMartin wants to merge 2 commits intomasterfrom
feature/browser-log-endpoint
Open

Allow setting custom log endpoint in browser script#12
AlejandroPerezMartin wants to merge 2 commits intomasterfrom
feature/browser-log-endpoint

Conversation

@AlejandroPerezMartin
Copy link

No description provided.

};

this.configure = function (config = {}) {
this.config = Object.assign(defaults, config);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not use Object.assign as it lacks support for IE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants