Skip to content

Commit

Permalink
Add recipe for zim32/symfony-tracing-orm package (#1657)
Browse files Browse the repository at this point in the history
* Add recipe for zim32/symfony-tracing-orm package

* Fix yaml null
  • Loading branch information
zim32 authored Aug 11, 2024
1 parent d9bd38d commit 370b05f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tracing:
tracers:
doctrine: null

orm_tracing:
# list of regex patterns to skip certain SQL queries from tracing
ignored_patterns:
# skip queries generated by messenger doctrine transport
- "messenger_messages"
8 changes: 8 additions & 0 deletions zim32/symfony-tracing-orm/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Zim\\SymfonyOrmTracingBundle\\SymfonyOrmTracingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 370b05f

Please sign in to comment.