Version info
- intercom-node version: 2.9.1
- Node version: 6.12.0
Expected behavior
Warn about usage of an API which does not exist anymore
Actual behavior
App breaks in the weirdest way possible
Steps to reproduce
- Connect a client
- Fetch
conversationCounts
JSON.parse(data.raw_body);
Logs
https://gist.github.com/deiga/b5dbec80feae0319f3fc41abe470f197
A changelog would help a lot where you could inform users that you deprecated something. :)
Version info
Expected behavior
Warn about usage of an API which does not exist anymore
Actual behavior
App breaks in the weirdest way possible
Steps to reproduce
conversationCountsJSON.parse(data.raw_body);Logs
https://gist.github.com/deiga/b5dbec80feae0319f3fc41abe470f197
A changelog would help a lot where you could inform users that you deprecated something. :)