You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that logEventWithGroups is missing from your <script> snippet, both here in this repo and in the Amplitude UI where you show the installation snippet (that one is also an old 3.0.1 script version).
Not having logEventWithGroups may work sometimes, but causes intermittent and hard-to-debug async problems (especially in our single-page app) where a page may break if analytics is called before the async script has actually loaded.
It seems that the new logEventWithTimestamp function is also missing from the snippet.
The text was updated successfully, but these errors were encountered:
@fotinakis the load snippet has been updated: #103, and v3.4.0 has been retagged (no need to release a new version of the script since that hasn't changed). We will send a reminder for people to update their snippet. Thanks for reporting
It seems that
logEventWithGroups
is missing from your<script>
snippet, both here in this repo and in the Amplitude UI where you show the installation snippet (that one is also an old 3.0.1 script version).Not having
logEventWithGroups
may work sometimes, but causes intermittent and hard-to-debug async problems (especially in our single-page app) where a page may break if analytics is called before the async script has actually loaded.It seems that the new
logEventWithTimestamp
function is also missing from the snippet.The text was updated successfully, but these errors were encountered: