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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ $transport = new ExecTransport('api_key');
29
29
$logger = new Logger('application_name', 'environment_name', $transport);
30
30
```
31
31
32
-
#### Optional Configuration
32
+
#### Optional Settings
33
33
34
34
<b>Proxy</b>
35
35
- ExecTransport supports data delivery through proxy. Specify proxy using [libcurl format](http://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html): <[protocol://][user:password@]proxyhost[:port]>
@@ -53,7 +53,7 @@ $transport = new CurlTransport('api_key');
53
53
$logger = new Logger('application_name', 'environment_name', $transport);
54
54
```
55
55
56
-
#### Optional Configuration
56
+
#### Optional Settings
57
57
58
58
<b>Proxy</b>
59
59
- CurlTransport supports data delivery through proxy. Specify proxy using [libcurl format](http://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html): <[protocol://][user:password@]proxyhost[:port]>
0 commit comments