amplitude / Amplitude-JavaScript

JavaScript SDK for Amplitude
MIT License
315 stars 132 forks source link

fix: wait to create cookie storage based on user options in init() #579

Closed justin-fiedler closed 1 year ago

justin-fiedler commented 1 year ago

Summary

Delay creation of cookie storage to init() to honor disableCookies option to prevent creation of test cookie

Checklist