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
typePayload={|// The app ID identifies a unique app instance or isolate app environments.appId: string,// The write key will be exposed to the public, but it can be easily revoked// if someone start abusing it.writeKey: string,// In the future, we can do some smart batching, but for now this will always// contain exactly 1 event.events: [Event],|};
The text was updated successfully, but these errors were encountered:
The
Payload
should have anappId
added to it:The text was updated successfully, but these errors were encountered: