unsourced-dev / insights-js

The javascript client for Getinsights
https://getinsights.io
MIT License
26 stars 2 forks source link

Tracked events don't appear in the dashboard #4

Closed magicznyleszek closed 4 years ago

magicznyleszek commented 4 years ago

I see in the Network panel that a POST call is being made to https://getinsights.io/app/tics with this payload:

{"id":"test","projectId":"PwyE12lRXwDKH5aP","ignoreErrors":false,"parameters":{"foo":1,"bar":"abc","version":"2.4.0"}}

The response is 200 with this data:

{"ok":true}

Here's my deployed app http://exisim.magicznyleszek.xyz/ and source code https://github.com/magicznyleszek/exisim/

magicznyleszek commented 4 years ago

Ok, I think the problem was that I needed to wait for a day after registering an account. Works fine now!