Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect the connection string tags extractor from an invalid connecti…
…on string (#5956 -> v2) (#5960) ## Summary of changes This PR fixes an scenario when the connection string could not be parsed by avoiding the exception. ## Reason for change Seen in Error tracking: <img width="1127" alt="image" src="https://github.com/user-attachments/assets/436de8fe-b6b8-43d7-a894-5554bb4e04eb"> ## Implementation details Wrap the method in a try catch block, and return default on that invalid connection string. The caller method already returns `default` in other cases. ## Test coverage This is an small fix, I didn't write a test case for this... yet. ## Other details Backport of #5956 Co-authored-by: Andrew Lock <[email protected]>
- Loading branch information