We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a6a8b commit 4b57969Copy full SHA for 4b57969
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Changelog
2
3
## Unreleased
4
-- Avoid failures when the `RequestFetcher` fails to translate the `Request` (#472)
5
+## 4.1.0 (2021-04-19)
6
+
7
+- Avoid failures when the `RequestFetcher` fails to translate the `Request` (#472)
8
- Add support for distributed tracing of Symfony request events (#423)
9
- Add support for distributed tracing of Twig template rendering (#430)
10
- Add support for distributed tracing of SQL queries while using Doctrine DBAL (#426)
@@ -13,6 +15,7 @@
13
15
- Lower the required version of `symfony/psr-http-message-bridge` to allow installing it on a project that uses Symfony `3.4.x` components only (#480)
14
16
17
## 4.0.3 (2021-03-03)
18
19
- Fix regression from #454 for `null` value on DSN not disabling Sentry (#457)
20
21
## 4.0.2 (2021-03-03)
0 commit comments