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
Copy file name to clipboardExpand all lines: features/fixtures/mazerunner/jvm-scenarios/src/main/java/com/bugsnag/android/mazerunner/scenarios/OkHttpInstrumentationScenario.kt
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ import okhttp3.OkHttpClient
10
10
importokhttp3.Request
11
11
importokhttp3.RequestBody.Companion.toRequestBody
12
12
importorg.json.JSONObject
13
+
importjava.util.regex.Pattern
13
14
importkotlin.concurrent.thread
14
15
15
16
privateconstvalMAX_CAPTURE_BYTES=32L
@@ -30,13 +31,21 @@ class OkHttpInstrumentationScenario(
0 commit comments