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 8973b70 commit afb6cb5Copy full SHA for afb6cb5
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# CHANGELOG
2
3
+## 4.18.1
4
+
5
+The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.18.1.
6
7
+### Misc
8
9
+- Add `addFeatureFlag` helper function. [(#1960)](https://github.com/getsentry/sentry-php/pull/1960)
10
+```php
11
+\Sentry\addFeatureFlag("my.feature.enabled", true);
12
+```
13
14
## 4.18.0
15
16
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.18.0.
0 commit comments