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
One problem I discovered when we rely on the LogService.MessageOut to send data from Studio to the server is that the string passed to MessageOut is sometimes filtered (for example some urls gets truncated).
One thing we could do is change the main template for something like
returnfunction(sender)
...end
And then, sender could be a function that will json encode the content and send it directly through the server.
The text was updated successfully, but these errors were encountered:
One problem I discovered when we rely on the LogService.MessageOut to send data from Studio to the server is that the string passed to MessageOut is sometimes filtered (for example some urls gets truncated).
One thing we could do is change the main template for something like
And then, sender could be a function that will json encode the content and send it directly through the server.
The text was updated successfully, but these errors were encountered: