Closed zarfld closed 1 month ago
Related to #113
Add telemetry collection using Sentry for error tracking and performance metrics with an opt-in/opt-out mechanism.
Telemetry Collection:
pokeys_py/telemetry.py
pokeys_py/settings.py
Initialization:
pokeys_py/__init__.py
telemetry
Documentation:
docs/README.md
CONTRIBUTING.md
Issue Template:
.github/ISSUE_TEMPLATE/bug_report.md
For more details, open the Copilot Workspace session.
Related to #113
Add telemetry collection using Sentry for error tracking and performance metrics with an opt-in/opt-out mechanism.
Telemetry Collection:
pokeys_py/telemetry.py
to implement telemetry collection using Sentry.pokeys_py/settings.py
.Initialization:
pokeys_py/__init__.py
to import thetelemetry
module and initialize telemetry collection if the user has opted in.Documentation:
docs/README.md
to document the telemetry collection process and privacy compliance.CONTRIBUTING.md
to include instructions for opting in or out of telemetry.Issue Template:
.github/ISSUE_TEMPLATE/bug_report.md
to include instructions for attaching telemetry data when reporting a bug.For more details, open the Copilot Workspace session.