add new bundle Sentry Monolog Adapter

This commit is contained in:
Yozhef
2021-05-03 17:21:55 +03:00
parent ef4e8f17d4
commit 090978aab6
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,4 @@
sentry_monolog_adapter:
messenger_logging_middleware:
logging_strategies:
- id: sentry_monolog_adapter.log_all_strategy
@@ -0,0 +1,8 @@
{
"bundles": {
"SentryMonologAdapter\\SentryMonologAdapterBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,5 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Next: Sentry Monolog Adapter configuration </>
<bg=blue;fg=white> </>
* <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/sentry-monolog-adapter</>