Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ <h6>SRE</h6>
>Failing DAGs</a
>
</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.
</li>
</ul>
</footer>
{% block extra_scripts %}{% endblock %}
Expand Down