Skip to content

Conversation

@spaze
Copy link
Contributor

@spaze spaze commented Dec 22, 2025

  • bug fix / new feature? new/possibly both
  • BC break? no
  • doc PR: will create one, I promise

Set tracy.keysToHide config for Debugger, DIC panel and bdump as well, not just for BlueScreen.

Will require nette/di#327 because the ContainerPanel::$keysToHide property is added there, I'm not sure how to express it in composer.json (with conflict?)

I could also add a condition like:

if (property_exists(Tracy\Debugger::class, 'keysToHide')) array_push(Nette\Bridges\DITracy\ContainerPanel::$keysToHide, ...$keysToHide)

to the generated code for keysToHide in $tbl, to avoid updating or adding any composer version constraints, which I think would be the best thing to do. Let me know what you think.

Close #608

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tracy.keysToHide config in Nette config file not used for dump()/bdump()

2 participants