Skip to main content
π Preview mode. The first 15 Foundations lessons are free; this one is Pro. Start a 7-day trial to unlock the editor, AI hints and the rest of the curriculum. Card required, cancel any time in Dashboard.
Start 7-day trial β
β‘
β Courses
βΊ
DevOps for Python services
βΊ
Module 1 Β· Docker & Containers Β· Recap
βΊ
Sentry for error tracking
quiz
27 / 104
πΊπΈ
EN
βΌ
β
Share
β―
More
+75 XP
π
Task
π
Theory
π€
AI Help
Task
π **Question:** Why use Sentry on top of structured logs? π Pick the right answer. π‘ **Hint:** Re-read the theory above if unsure.
π― Quiz
Question
π **Question:** Why use Sentry on top of structured logs? π Pick the right answer. π‘ **Hint:** Re-read the theory above if unsure.
A
Sentry replaces your log pipeline entirely because every log line above WARN is captured as a structured event with stack trace, making your ELK or Loki deployment redundant for most workloads
B
Sentry deduplicates errors, groups by fingerprint, tracks release regressions, and alerts on new/spiking issues
C
Sentry is meaningfully cheaper than equivalent log volume because its event-based pricing scales with unique errors rather than total lines, so noisy debug logs no longer drive the storage bill
D
It's required by GDPR β Sentry automatically scrubs personally identifiable information from every captured event, which raw logs don't do, so compliance audits will fail without it in place
Submit answer
π¬
Message support