Skip to content

Commit

Permalink
Update Inspector.dev ignored routes and commands (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvalerione authored Dec 10, 2024
1 parent bac3797 commit 639bced
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ inspector:
enabled: true
transport: async
ignore_routes:
- '/wdt*'
- '/profiler*'
- '/_wdt*'
- '/_profiler*'
ignore_commands:
- 'messenger:consume'
- 'assets:install'
- 'cache:clear'
- 'doctrine:migration:migrate'
- 'doctrine:migrations:migrate'
- 'schedule:run'

# Development commands section
Expand Down

0 comments on commit 639bced

Please sign in to comment.