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 41b15c9 commit 945f863Copy full SHA for 945f863
1 file changed
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# CHANGELOG
2
3
+## 4.17.0
4
+
5
+The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.17.0.
6
7
+### Bug Fixes
8
9
+- Empty strings will no longer display `<encoding error>` when serialized. [(#1940)](https://github.com/getsentry/sentry-php/pull/1940)
10
11
+### Misc
12
13
+- Replace polyfill methods with PHP 7.2 equivalents. [(#1922)](https://github.com/getsentry/sentry-php/pull/1922)
14
+- Remove `symfony/phpunit-bridge` as a dev dependency. [(#1930)](https://github.com/getsentry/sentry-php/pull/1930)
15
+- Update `sentry.origin` to be consistent with other SDKs. [(#1938)](https://github.com/getsentry/sentry-php/pull/1938)
16
17
## 4.16.0
18
19
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.16.0.
0 commit comments