File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Debugging doesn't have to be painful!
22
22
* [ Getting session URL] ( #getting-session-url )
23
23
* [ Disable background data collection] ( #disable-background-data-collection )
24
24
* [ Using OkHttp interceptor instead of AppSpector Gradle Plugin] ( #using-okhttp-interceptor-instead-of-appspector-gradle-plugin )
25
+ * [ Experimental support for URLConnection requests] ( #experimental-support-for-urlconnection-requests )
25
26
* [ Features] ( #features )
26
27
27
28
# Installation
@@ -378,7 +379,7 @@ new OkHttpClient.Builder()
378
379
.build()
379
380
```
380
381
381
- ## Experimental support for URLConnection requests.
382
+ ## Experimental support for URLConnection requests
382
383
At the current moment, the SDK provides API for manual setup in your codebase.
383
384
To use it in the project, firstly, you need to add the ` urlconnection-extension ` gradle dependency:
384
385
``` groovy
You can’t perform that action at this time.
0 commit comments