We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf392aa commit a69d5adCopy full SHA for a69d5ad
CHANGELOG.md
@@ -36,6 +36,11 @@
36
<minimumLevel>INFO</minimumLevel>
37
</appender>
38
```
39
+ - For Spring Boot you may also enable it in `application.properties` / `application.yml`:
40
+ ```properties
41
+ sentry.logs.enabled=true
42
+ sentry.logging.minimum-level=error
43
+ ```
44
- If you manually initialize Sentry, you may also enable logs on `Sentry.init`:
45
```java
46
Sentry.init(options -> {
0 commit comments