@amplitude/element-selector
Advanced tools
+1
-1
| { | ||
| "name": "@amplitude/element-selector", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Shared element-selector algorithm consumed by autocapture, the Amplitude dashboard, and the Chrome extension visual tagger.", | ||
@@ -5,0 +5,0 @@ "author": "Amplitude Inc", |
+7
-3
@@ -59,5 +59,9 @@ # @amplitude/element-selector | ||
| config.remoteConfigClient.subscribe('elementSelector', 'all', (next) => { | ||
| engine.updateConfig(resolveSelectorConfig(next, config.loggerProvider)); | ||
| }); | ||
| config.remoteConfigClient.subscribe( | ||
| 'configs.analyticsSDK.browserSDK.autocapture.elementSelector', | ||
| 'all', | ||
| (next) => { | ||
| engine.updateConfig(resolveSelectorConfig(next, config.loggerProvider)); | ||
| }, | ||
| ); | ||
| ``` | ||
@@ -64,0 +68,0 @@ |
383255
0.01%178
2.3%