We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6cf3a commit e35ec61Copy full SHA for e35ec61
ApplicationInsights/Telemetry_Context.php
@@ -99,7 +99,7 @@ function __construct()
99
$this->_locationContext->setIp($_SERVER['REMOTE_ADDR']);
100
}
101
102
- $this->_internalContext->setSdkVersion('php:0.4.5');
+ $this->_internalContext->setSdkVersion('php:0.4.6');
103
104
105
/**
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-## 0.4.5 (unreleased)
+## 0.4.6 (unreleased)
4
+
5
+TBD
6
7
+## 0.4.5
8
9
- Fix issue with `trackMetric`
10
- Allow to gzip telemetry
0 commit comments