We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff46a0 commit 49ba41bCopy full SHA for 49ba41b
src/sentry/notifications/platform/slack/renderers/seer.py
@@ -266,7 +266,7 @@ def render_footer_blocks(
266
def render_missing_scope_footer(cls, settings_url: str) -> list[Block]:
267
"""Return a context block warning that optional history scopes are missing."""
268
footer_text = (
269
- f"_Thread context is unavailable \u2014 optional scopes are disabled. "
+ f"_Thread context is unavailable because optional scopes are disabled. "
270
f"<{settings_url}|Reinstall Sentry's Slack app> to enable this feature._"
271
)
272
return [ContextBlock(elements=[MarkdownTextObject(text=footer_text)])]
0 commit comments