Skip to content

Conversation

@redreceipt
Copy link
Member

Summary

  • link BetterStack Logs in the footer for quick access

Testing

  • pytest

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

Copilot AI review requested due to automatic review settings August 8, 2025 22:34
@redreceipt redreceipt merged commit b3101e1 into main Aug 8, 2025
3 checks passed
@redreceipt redreceipt deleted the codex/add-betterstack-logs-link-in-footer branch August 8, 2025 22:34
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 BetterStack Logs link to the footer section of the application for quick access to logging telemetry. The change provides easy navigation to monitoring tools alongside the existing Sentry Issues link.

  • Adds a new footer link to BetterStack Logs telemetry dashboard

<a href="https://differential-ka.sentry.io/issues">Sentry Issues</a>
</li>
<li>
<a href="https://telemetry.betterstack.com/team/278287/tail?s=1201580">BetterStack Logs</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 URL contains what appears to be sensitive team and session identifiers (278287, 1201580) that could expose internal infrastructure details. Consider using environment variables or configuration to store these values, or verify that these identifiers are safe to expose publicly.

Suggested change
<a href="https://telemetry.betterstack.com/team/278287/tail?s=1201580">BetterStack Logs</a>
<a href="https://telemetry.betterstack.com/team/{{ betterstack_team_id }}/tail?s={{ betterstack_session_id }}">BetterStack Logs</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