We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d2b2c commit 15a3815Copy full SHA for 15a3815
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 4.8.0
4
+
5
+The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.8.0.
6
7
+### Features
8
9
+- Set cache keys as span descriptions [(#677)](https://github.com/getsentry/sentry-symfony/pull/677)
10
11
+ To better identify the source of a cache operation, we now set the cache key as the description of `cache` op spans.
12
13
+### Bug Fixes
14
15
+- Add direct dependency for `guzzlehttp/psr7` [(#708)](https://github.com/getsentry/sentry-symfony/pull/708)
16
+- Drop `kernel.build_dir` param below Symfony 5.2 [(#711)](https://github.com/getsentry/sentry-symfony/pull/711)
17
18
## 4.7.0
19
20
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.7.0.
0 commit comments