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
The demo app wants to show off instrumentation features, so we should set up the build-time autoinstrumentation ok OkHttp. This also means using an OkHttp client somewhere in the app. I recommend setting up a button, probably somewhere on the main screen, that when pressed, does an HTTP call. Maybe a few buttons, one that generates a known good HTTP 200, another for 404, and another that's a completely connection failure (similar to the splunk demo app).
The text was updated successfully, but these errors were encountered:
The demo app wants to show off instrumentation features, so we should set up the build-time autoinstrumentation ok OkHttp. This also means using an OkHttp client somewhere in the app. I recommend setting up a button, probably somewhere on the main screen, that when pressed, does an HTTP call. Maybe a few buttons, one that generates a known good HTTP 200, another for 404, and another that's a completely connection failure (similar to the splunk demo app).
The text was updated successfully, but these errors were encountered: