Hi all,
I'm excited to announce a small, but mighty feature: Search in Debug Tools!
Search filtering in Debug Tools Console and State
You can now search and filter logs and state using any free text, negation, regex, or exact phrases:
- Free text: Matches any string
- Negation: Prefix with
-
to exclude a match (e.g.-error
) - Regex: Use slashes for regex (e.g.
/^foo/
) - Exact phrases: Wrap multi-word strings in quotes (e.g.
"query failed"
)
You can combine filters using spaces (e.g. "query failed" -/error/ success
)
We hope this will help you all cut through the noise and find the information you need, fast. Looking forward to seeing you all use this and hear your feedback!
Now available for all cloud customers as of v.3.193.0
Best,
Lam