If I send the config object with a writeKey (or projectId, for that matter) with a value of "", I get the following error:
Error: You must specify a 'writeKey' in your 'config' object when calling keen.configure()!
This makes it sound like I did not define a writeKey, when in reality it was just blank. Minor issue, but this came up by mistyping my heroku environment variable name... A more explicit error would help in debugging.
If I send the config object with a writeKey (or projectId, for that matter) with a value of "", I get the following error:
This makes it sound like I did not define a writeKey, when in reality it was just blank. Minor issue, but this came up by mistyping my heroku environment variable name... A more explicit error would help in debugging.