Skip to content

Conversation

@redreceipt
Copy link
Member

Summary

  • link to Sentry Issues from footer

Testing

  • flake8 *.py && echo "flake8 passed"
  • mypy .

https://chatgpt.com/codex/tasks/task_e_689672329ef88324b6bc7ad7883b333e

Copilot AI review requested due to automatic review settings August 8, 2025 22:05
@redreceipt redreceipt merged commit d90b5f7 into main Aug 8, 2025
3 checks passed
@redreceipt redreceipt deleted the codex/add-sentry-issues-link-to-footer branch August 8, 2025 22:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a Sentry Issues link to the footer navigation of the base HTML template, providing users with direct access to the Sentry error tracking dashboard.

  • Adds a new footer link pointing to the Sentry Issues dashboard
  • Maintains consistent HTML structure with existing footer links

>
</li>
<li>
<a href="https://differential-ka.sentry.io/issues">Sentry Issues</a>
Copy link

Copilot AI Aug 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hardcoded Sentry URL exposes the organization name 'differential-ka' in the frontend code. Consider using a configuration variable or environment-specific URL to avoid exposing internal organization details and improve maintainability across different environments.

Suggested change
<a href="https://differential-ka.sentry.io/issues">Sentry Issues</a>
<a href="{{ sentry_url }}">Sentry Issues</a>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants