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-4.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
* Remove `excluded_404s` option, use `excluded_http_codes` instead
11
11
* Remove `console_formater_options` option, use `console_formatter_options` instead
12
12
* Remove `elasticsearch` type, use `elastica` or `elastic_search` instead
13
+
* Remove `mongo` type, use `mongodb` instead
13
14
* Remove `sentry` and `raven` types, use a `service` type with [`sentry/sentry-symfony`](https://docs.sentryio/platforms/php/guides/symfony/logs/) instead
trigger_deprecation('symfony/monolog-bundle', '3.11', 'The "mongo" handler type is deprecated in MonologBundle since version 3.11.0, use the "mongodb" type instead.');
234
-
235
-
if (!class_exists('MongoDB\Client')) {
236
-
thrownew \RuntimeException('The "mongo" handler requires the mongodb/mongodb package to be installed.');
$this->markTestSkipped('mongodb/mongodb is not installed.');
568
-
}
569
-
570
-
//$this->expectDeprecation('Since symfony/monolog-bundle 3.11: The "mongo" handler type is deprecated in MonologBundle since version 3.11.0, use the "mongodb" type instead.');
0 commit comments