Skip to content

Commit afb6cb5

Browse files
authored
Prepare 4.18.1 (#1965)
1 parent 8973b70 commit afb6cb5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

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+
314
## 4.18.0
415

516
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.18.0.

0 commit comments

Comments
 (0)