Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History

spring-boot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sentry Spring Boot Example

This project contains an example Sentry integration with Spring Boot.

The example application can be started as follows (set SENTRY_DSN to a proper value):

SENTRY_DSN="https://public:private@host:port/1" mvn spring-boot:run

Now, visit http://localhost:8080/ in uncaught exceptions should be sent to the Sentry server you point to in your SENTRY_DSN.