Fork me on GitHub
#untangled
<
2016-07-28
>
kenbier17:07:30

i had trouble getting start-untangled-support-viewer to work with our application, it kept failing due to our authentication setup. so i copied the src over and added a request-transform as a parameter to new-untangled-client, and it seems to work now.

kenbier17:07:59

maybe its worth allowing an optional set of params to pass through to new-untangled-client?

kenbier18:07:19

basically, stubbing network only got us halfway there, as our app still tried to authenticate the user.

tony.kay20:07:23

@kenbier: The support viewer is very basic. It is really just an Untangled app that loads/views another Untangled app with a historical sequence of app states (it should also be disabling the networking for that embedded app). It is just beyond experimental...as in it still needs a lot of work.

kenbier21:07:33

@tony.kay: i see. we ran into some issues that i suspect others will as well, but its working pretty well now 🙂 ill submit a PR with suggestions when i have time

tony.kay21:07:43

sure, thanks