We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7172a77 commit af1bff6Copy full SHA for af1bff6
README.md
@@ -89,7 +89,7 @@ This requires to send data via HTTP/HTTPS.
89
| parameter | type | description | default |
90
|---------------------------------|---------|----------------------------------------------------------------|-------------------------|
91
| endpoint | string | The endpoint for HTTP/HTTPS request | `http://127.0.0.1:4318` |
92
-| proxy | string | The proxy for HTTP/HTTPS request | optional |
+| proxy | string | The proxy for HTTP/HTTPS request | `nil` |
93
| error_response_as_unrecoverable | bool | Raise UnrecoverableError when the response code is not SUCCESS | `true` |
94
| retryable_response_codes | array | The list of retryable response codes | `nil` |
95
| read_timeout | integer | The read timeout in seconds | `60` |
0 commit comments