Skip to content

Instantly share code, notes, and snippets.

View Rajkmt's full-sized avatar

Rajesh Kumawat Rajkmt

View GitHub Profile
@Rajkmt
Rajkmt / sentry-deep-scan.py
Created February 28, 2026 18:35
Sentry Deep Scan - JSON Mode Fix
#!/usr/bin/env python3
"""
Sentry Deep Scan — Production-grade error analysis system for KodNest.
Phases:
--test Test Sentry + GitHub connectivity
--build-profile Build tech stack understanding (Phase 1)
--investigate ID Deep investigation of one error (Phase 2)
--investigate-all Investigate all unresolved errors
--fix ID Create fix PR after approval (Phase 3)
"""
@Rajkmt
Rajkmt / sentry-deep-scan.py
Created February 28, 2026 18:18
Sentry Deep Scan Script Line Numbers
#!/usr/bin/env python3
"""
Sentry Deep Scan — Production-grade error analysis system for KodNest.
Phases:
--test Test Sentry + GitHub connectivity
--build-profile Build tech stack understanding (Phase 1)
--investigate ID Deep investigation of one error (Phase 2)
--investigate-all Investigate all unresolved errors
--fix ID Create fix PR after approval (Phase 3)
"""
@Rajkmt
Rajkmt / sentry-deep-scan.py
Created February 28, 2026 18:09
Sentry Deep Scan Script Regex Fix
#!/usr/bin/env python3
"""
Sentry Deep Scan — Production-grade error analysis system for KodNest.
Phases:
--test Test Sentry + GitHub connectivity
--build-profile Build tech stack understanding (Phase 1)
--investigate ID Deep investigation of one error (Phase 2)
--investigate-all Investigate all unresolved errors
--fix ID Create fix PR after approval (Phase 3)
"""
@Rajkmt
Rajkmt / sentry-deep-scan.py
Created February 28, 2026 18:07
Sentry Deep Scan Script Fix
#!/usr/bin/env python3
"""
Sentry Deep Scan — Production-grade error analysis system for KodNest.
Phases:
--test Test Sentry + GitHub connectivity
--build-profile Build tech stack understanding (Phase 1)
--investigate ID Deep investigation of one error (Phase 2)
--investigate-all Investigate all unresolved errors
--fix ID Create fix PR after approval (Phase 3)
"""
@Rajkmt
Rajkmt / sentry-deep-scan.py
Created February 28, 2026 16:06
Sentry Deep Scan Script
#!/usr/bin/env python3
"""
Sentry Deep Scan — Production-grade error analysis system for KodNest.
Phases:
--test Test Sentry + GitHub connectivity
--build-profile Build tech stack understanding (Phase 1)
--investigate ID Deep investigation of one error (Phase 2)
--investigate-all Investigate all unresolved errors
--fix ID Create fix PR after approval (Phase 3)
"""