Commit f4e915e
feat(tracking): include the web-server family in server data
Adds $_SERVER['SERVER_SOFTWARE'] (e.g. "Apache/2.4.62", "nginx/1.24.0",
"Microsoft-IIS/10.0") to the tracking payload's server collection so we
can size what proportion of installs run on each server family. Output
key: server.ServerSoftware. Empty string when the SAPI does not populate
SERVER_SOFTWARE (rare; e.g. some CLI contexts).
Refs Yoast/wordpress-seo-premium#4968.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 290a547 commit f4e915e
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments