Debug Spring apps and prevent crashes across your entire stack with Sentry. Improve your Spring monitoring workflow with a full view of releases so you can triage errors and prioritize live issues.
Grab the Sentry Java SDK:
<dependency> <groupId>io.sentry</groupId> <artifactId>sentry-spring</artifactId> <version>6.22.0</version> </dependency>
Configure your DSN:
import io.sentry.spring.EnableSentry; // NOTE: Replace the example DSN below with YOUR OWN DSN to see the events from this app in your Sentry // project/dashboard @EnableSentry(dsn = "https://<key>@sentry.io/<project>") @Configuration class SentryConfiguration { }
Check our documentation for the latest instructions.
See all platformsSee details like filename and line number so you never have to guess. Filter and group Spring exceptions intuitively to eliminate noise. Monitor errors at scale without impacting throughput in production.
Expose the important events that led to each Java exception: debug logs, network requests, database queries, past errors.
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 Spring 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.”
Just look at all the high-quality security features all accounts get, regardless of plan.
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?
When Spring Boot is configured to generate Git information every event triggered by Sentry will have a release field set to the current Git commit ID that will enable Monitor Release Health Sentry feature. More details here.
You can get started for free. Pricing depends on the number of monthly events, transactions, and attachments that you send Sentry. For more details, visit our pricing page.