From 1340159770a5fcdab0cf06eb4f490f692b6bc756 Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Mon, 29 Jul 2024 15:06:10 +0200 Subject: [PATCH] cleanup code --- .../sentry-basics/integrate-backend/capturing-errors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/sentry-basics/integrate-backend/capturing-errors.mdx b/docs/product/sentry-basics/integrate-backend/capturing-errors.mdx index e717110eb50d6..9e07078824444 100644 --- a/docs/product/sentry-basics/integrate-backend/capturing-errors.mdx +++ b/docs/product/sentry-basics/integrate-backend/capturing-errors.mdx @@ -92,7 +92,7 @@ Typically, `capture_message` is not emitted, but there are times when a develope 4. As before, open the new issue’s detail page from the **Issues** page. -You'll need to remove the `"issue.priority is high or medium"` filter from the "Custom Search" field on the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page to see all the issue types in the list. + You'll need to remove the `"issue.priority is high or medium"` filter from the "Custom Search" field on the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page to see all the issue types in the list.