Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include an application ID #1

Open
haydn opened this issue Jan 10, 2019 · 0 comments
Open

Include an application ID #1

haydn opened this issue Jan 10, 2019 · 0 comments

Comments

@haydn
Copy link
Contributor

haydn commented Jan 10, 2019

The Payload should have an appId added to it:

type Payload = {|
  // 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],
|};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant