-
-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add recipe for zim32/symfony-tracing-orm package (#1657)
* Add recipe for zim32/symfony-tracing-orm package * Fix yaml null
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
zim32/symfony-tracing-orm/1.0/config/packages/tracing_orm.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%/" | ||
} | ||
} |