
Logback Error Monitoring
Debug Logback apps and prevent crashes across your entire stack with Sentry. Improve your Logback monitoring workflow with a full view of releases so you can triage errors and prioritize live issues.
Getting Started is Simple
Grab the Sentry Java SDK:
<dependency> <groupId>io.sentry</groupId> <artifactId>sentry-logback</artifactId> <version>8.29.0</version> </dependency>
Configure your DSN:
<appender name="Sentry" class="io.sentry.logback.SentryAppender"> <options> <!-- NOTE: Replace the test DSN below with YOUR OWN DSN to see the events from this app in your Sentry project/dashboard --> <dsn>https://<key>@sentry.io/<project></dsn> </options> </appender>
Check our documentation for the latest instructions.
See all platformsMore than 150K Organizations Trust Sentry with Their Application Monitoring

Logback Error Monitoring with Complete Stack Traces
See details like filename and line number so you never have to guess. Filter and group Logback exceptions intuitively to eliminate noise. Monitor errors at scale without impacting throughput in production.

Fill In the Blanks About Logback Errors
Expose the important events that led to each Java exception: debug logs, network requests, database queries, past errors.

Resolve Logback Errors With Max Efficiency, Not Max Effort
Learn in which version a bug first appeared, merge duplicates, and know if things regress in a future release. Add commit data to automatically suggest an owner of each Logback error and instantly send deploy emails.

Resolve errors with max efficiency, not max effort
- Improve workflow with a full view of releases so you can mark errors as resolved and prioritize live issues.
- Learn in which version a bug first appeared, merge duplicates, and know if things regress in a future release.
- Add commit data to automatically suggest an owner of each error and instantly send deploy emails.
”Sentry's high-quality tooling helps Disney+ maintain high-quality service to its tens of millions of global subscribers.”
Is your data secure? You better believe it.
Just look at all the high-quality security features all accounts get, regardless of plan.
- Two-Factor Auth
- Single Sign-On support
- Organization audit log
- SOC 2 Type II and ISO 27001 certified
- HIPAA attestation
- PII data scrubbing
- SSL encryption
- Data Processing Addendum (includes latest EU SCCs)
- Privacy Shield certified
See the Full Picture of Any Logback Exception
Triage quickly based on specific parameters like HTTP request, workflow stage, and hostname for each issue.
Set custom tags to recreate the error environment relevant to your app, business, and users.
Find answers to key questions: What version of JVM was the application running? In which app release did the Java bug occur?