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
However that just a work around and it makes the backend code a bit more complicated now that it has to decide to include the Intercom key rather than just setting the value to either true or false.
It's also setting a trap for developers expecting it to just work.
The text was updated successfully, but these errors were encountered:
Migrated from #10 by @more-ron
We a have a code that dynamically turns on or off Intercom integration depending on the user.
We hit a condition when it should send it to Intercom but it doesn't. It does try to send it but it's missing the
user_hash
.Removing the explicit setting fixed it.
However that just a work around and it makes the backend code a bit more complicated now that it has to decide to include the
Intercom
key rather than just setting the value to either true or false.It's also setting a trap for developers expecting it to just work.
The text was updated successfully, but these errors were encountered: