We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b5eb9 commit 5447f40Copy full SHA for 5447f40
src/amplitude-client.js
@@ -1848,7 +1848,7 @@ AmplitudeClient.prototype.__VERSION__ = function getVersion() {
1848
* @param {string} name - Custom library name
1849
* @param {string} version - Custom library version
1850
*/
1851
-AmplitudeClient.prototype.setVersion = function setVersion(name, version) {
+AmplitudeClient.prototype.setLibrary = function setLibrary(name, version) {
1852
return (this.options.library = { name, version });
1853
};
1854
0 commit comments