You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
## Unreleased
4
4
5
+
- Fix the conditions to automatically enable the cache instrumentation when possible (#487)
6
+
5
7
## 4.1.0 (2021-04-19)
6
8
7
9
- Avoid failures when the `RequestFetcher` fails to translate the `Request` (#472)
8
10
- Add support for distributed tracing of Symfony request events (#423)
9
11
- Add support for distributed tracing of Twig template rendering (#430)
10
12
- Add support for distributed tracing of SQL queries while using Doctrine DBAL (#426)
11
13
- Add support for distributed tracing when running a console command (#455)
12
-
- Add support for distributed tracing of cache pools (#)
14
+
- Add support for distributed tracing of cache pools (#477)
13
15
- Add `Full command` to extras for CLI commands, which includes command with all arguments
14
16
- Deprecate the `Sentry\SentryBundle\EventListener\ConsoleCommandListener` class in favor of its parent class `Sentry\SentryBundle\EventListener\ConsoleListener` (#429)
15
17
- 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)
0 commit comments