getsentry / sentry-docs

Sentry's documentation (and tools to build it)
https://docs.sentry.io
Other
323 stars 1.38k forks source link

UI Bug: ^ and $ symbols not visible #10583

Closed roger-sato closed 10 hours ago

roger-sato commented 5 days ago

Steps to Reproduce

  1. Navigate to the documentation page https://docs.sentry.io/platforms/javascript/configuration/filtering/#using-
  2. Notice that the regex /Exact Match Message/ is displayed without the ^ and $ anchors
  3. Copy the code snippet and paste it into a text editor
  4. 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

getsantry[bot] commented 5 days ago

Assigning to @getsentry/support for routing ⏲️

chargome commented 5 days ago

@roger-sato Thanks for reaching out! This issue is most likely related to #10468, we'll look into it.