This commit is contained in:
Sergey Kanzhelev 2019-04-25 22:51:12 -07:00
Родитель 9c6cf3a67b
Коммит e35ec61a9f
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -99,7 +99,7 @@ class Telemetry_Context
$this->_locationContext->setIp($_SERVER['REMOTE_ADDR']); $this->_locationContext->setIp($_SERVER['REMOTE_ADDR']);
} }
$this->_internalContext->setSdkVersion('php:0.4.5'); $this->_internalContext->setSdkVersion('php:0.4.6');
} }
/** /**

Просмотреть файл

@ -1,6 +1,10 @@
# Changelog # Changelog
## 0.4.5 (unreleased) ## 0.4.6 (unreleased)
TBD
## 0.4.5
- Fix issue with `trackMetric` - Fix issue with `trackMetric`
- Allow to gzip telemetry - Allow to gzip telemetry