Xinyi Ye

Results 44 comments of Xinyi Ye

@DrewML, I built the analytics-browser with es2020 the got the sizes - lib/es5/index.js 993 bytes - lib/es2020/index.js 962 bytes As improvement: (993 - 962) / 993 = 3% is low,...

Thanks @crleona for better supporting web views. > (The extraneous session start events are generated from the JS library auto tracking - we should add a method to set the...

Hi @GP4cK, thanks for choosing Amplitude. We will take this into our plan for Flutter 4.x web. But we don't have an ETA for this now.

Hi @buckeye44, it's under elementInteractions. https://amplitude.com/docs/sdks/analytics/browser/browser-sdk-2#advanced-configuration-for-element-interactions ``` amplitude.init('API_KEY', '[email protected]', { autocapture: { elementInteractions: { cssSelectorAllowlist: [] } } }); ```