sentry-docs
sentry-docs copied to clipboard
UI Bug: ^ and $ symbols not visible
Steps to Reproduce
- Navigate to the documentation page https://docs.sentry.io/platforms/javascript/configuration/filtering/#using-
- Notice that the regex /Exact Match Message/ is displayed without the ^ and $ anchors
- Copy the code snippet and paste it into a text editor
- Verify that the pasted code actually includes the ^ and $ anchors
Expected Result
The regex in the documentation should visually display the ^ and $ anchors: /^Exact Match Message$/
Actual Result
The regex is displayed without the visible ^ and $ anchors: /Exact Match Message/
Additional Info
No response
Assigning to @getsentry/support for routing ⏲️
@roger-sato Thanks for reaching out! This issue is most likely related to #10468, we'll look into it.