☕ Java  ·  Available

Error Tracking for Spring Boot

Capture, group, and fix errors in your Spring Boot application. Set up in minutes with automatic exception capture, smart grouping, and instant Slack alerts.

Add Wevitos to your Spring Boot project

Install the SDK, add your API key, and errors flow into your dashboard automatically.

Installation

Add com.wevitos:wevitos-java:0.1.0
Application.java
import com.wevitos.Wevitos; import com.wevitos.WevitosFilter; Wevitos.init("wvt_..."); // Register the servlet filter: @Bean public FilterRegistrationBean wevitosFilter() {     var bean = new FilterRegistrationBean<>();     bean.setFilter(new WevitosFilter());     bean.addUrlPatterns("/*");     return bean; }

What you get with Spring Boot

Servlet filter for automatic capture

Full stacktraces with class and method

Request URL, headers, and parameters

Async fire-and-forget delivery

Smart error grouping — thousands of events become one actionable issue

Slack & email alerts with progressive throttling

AI-native MCP server — let Claude Code and Cursor fix bugs directly

View all supported stacks

Start tracking Spring Boot errors today

Set up error tracking in under 2 minutes. No credit card required.