Minimal setup error monitoring for Spring Boot. Track errors, slow queries, and cron jobs. Get Slack alerts before users complain. Setup in 5 minutes.
Hundreds of errors flooding your logs. Which ones matter? Which are duplicates? You're drowning in noise.
Stack traces give you line numbers, but no context. You dig through code, add logs, redeploy... repeat.
By the time you notice an error, users already complained. No proactive monitoring, just reactive firefighting.
Complete monitoring with minimal setup - just a few lines in application.yml
Drop our starter into your pom.xml and configure your API key.
Every exception is sent to ExceptHub with full context, stack trace, and environment data.
See errors, slow queries, and cron job failures in real-time. Get Slack alerts for critical issues.
Add one Maven dependency and configure in application.yml. No extra code, no agents, no interceptors to write.
Automatic deduplication stops duplicate errors from flooding your dashboard. See trends, frequencies, and which errors matter most.
Click any line in a stack trace to jump directly to that line in GitHub. No more manual searching through files.
Get AI suggestions for root causes and potential fixes. Ask follow-up questions about any error.
ExceptHub automatically monitors all your @Scheduled tasks. Know when they fail, how long they take, and get alerts before users notice.
All @Scheduled tasks are automatically discovered and monitored. No manual configuration needed.
Track success rate, failed executions, average duration, and execution history for every cron job.
Get instant Slack notifications when scheduled tasks fail. Catch silent failures before they cause problems.
Monitor execution duration trends. Detect when cron jobs are getting slower over time.
💡 Pro Tip: Cron failures are often silent. ExceptHub catches them before your users do.
Add ExceptHub to your Spring Boot app with just 3 simple steps
Maven (pom.xml):
<dependency>
<groupId>io.github.excepthub</groupId>
<artifactId>excepthub-spring-boot-starter</artifactId>
<version>1.0.22</version>
</dependency>
Gradle (build.gradle):
implementation 'io.github.excepthub:excepthub-spring-boot-starter:1.0.22'
Choose your config format:
excepthub:
api-key: "your-api-key-here"
github-url: "https://github.com/your-org/your-repo"
# optional
service: "MyApp"
environment: "production"
slow-queries:
threshold-ms: 1000
💡 Get your API key from the ExceptHub Dashboard
Run your Spring Boot app. All exceptions are now automatically captured and sent to ExceptHub.
Free during beta • No credit card required
Everything you need to know about ExceptHub
ExceptHub supports Spring Boot 3.3+ and works seamlessly with Java 17, 21, and newer versions.
Yes! ExceptHub automatically scrubs sensitive data like passwords, API keys, tokens, and credit card numbers from error logs. All data is encrypted in transit and at rest. We're GDPR compliant. Read our privacy policy.
AI analysis typically completes in under 10 seconds. You'll see root cause analysis and fix suggestions almost immediately after an error occurs.
Beta testers will receive special pricing on paid plans when we launch. We'll give you at least 30 days notice before any pricing changes.
No. ExceptHub sends errors asynchronously in the background, so there's zero impact on your app's response time. Error reporting happens after the HTTP response is sent to your users.
Yes! You can configure filters to ignore certain exceptions, set sampling rates, and customize notification rules based on error severity or frequency.
Yes! ExceptHub automatically monitors all @Scheduled tasks (cron jobs) in your Spring Boot application. You'll see execution stats (success rate, duration, failure count), get alerts when cron jobs fail, and track performance trends over time. This is a unique feature that most error monitoring tools don't offer.
Beta testers get priority support via email at [email protected]. We typically respond within 24 hours, often much faster.
Still have questions?
Contact us at [email protected] →Explore complete documentation of ExceptHub's error monitoring features
View Documentation →Looking for beta testers! Help us shape the future of error monitoring for Spring Boot.
Free for all beta testers. Setup takes less than 5 minutes.