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
[](https://isitmaintained.com/project/matomo-org/matomo-java-tracker"Average time to resolve an issue")
6
6
[](https://isitmaintained.com/project/matomo-org/matomo-java-tracker"Percentage of issues still open")
@@ -69,7 +69,7 @@ Projects that use Matomo Java Tracker:
69
69
70
70
## What Is New?
71
71
72
-
### Version 3.5.x
72
+
### Version 4.0.x
73
73
74
74
Added more tracking parameters for user agent data, ecommerce product, bot recording mode, HTTP status, bandwidth,
@@ -265,7 +299,7 @@ The following properties are supported:
265
299
| matomo.tracker.log-failed-tracking | Will send errors to the log if the Matomo Tracking API responds with an erroneous HTTP code |
266
300
| matomo.tracker.connect-timeout | allows you to change the default connection timeout of 10 seconds. 0 is interpreted as infinite, null uses the system default |
267
301
| matomo.tracker.socket-timeout | allows you to change the default socket timeout of 10 seconds. 0 is interpreted as infinite, null uses the system default |
268
-
| matomo.tracker.user-agent | The user agent used by the request made to the endpoint. Default: `MatomoJavaClient`|
302
+
| matomo.tracker.user-agent | The user agent used by the request made to the endpoint. Default: `MatomoJavaClient`|
269
303
| matomo.tracker.proxy-host | The hostname or IP address of an optional HTTP proxy. `proxyPort` must be configured as well |
270
304
| matomo.tracker.proxy-port | The port of an HTTP proxy. `proxyHost` must be configured as well. |
271
305
| matomo.tracker.proxy-username | If the HTTP proxy requires a username for basic authentication, it can be configured with this method. Proxy host, port and password must also be set. |
@@ -718,9 +752,9 @@ version can be used in your local Maven repository for testing purposes, e.g.
0 commit comments