Spring Boot Integration
Spring Boot Integration
The Spring Boot starter automatically captures unhandled Spring MVC and WebFlux
exceptions without replacing Spring's normal error handling.
@EnableBugDna
@SpringBootApplication
class Application {
}
Default log shape:
ERROR [BUGDNA-7A3F21] Unhandled exception fingerprinted by bugdna
The starter also connects BugDNA to SLF4J MDC, Actuator, Micrometer, and Prometheus-compatible metrics.