Skip to content

Commit

Permalink
Remove extra space from spring.factories causing issues in old vers…
Browse files Browse the repository at this point in the history
…ions of Spring Boot (#2181)
  • Loading branch information
adinauer committed Jul 27, 2022
1 parent 121d465 commit d83678e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixes

- Remove extra space from `spring.factories` causing issues in old versions of Spring Boot ([#2181](https://github.com/getsentry/sentry-java/pull/2181))

## 6.3.0

### Features
Expand Down
@@ -1,4 +1,4 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
io.sentry.spring.boot.SentryAutoConfiguration,\
io.sentry.spring.boot.SentryLogbackAppenderAutoConfiguration, \
io.sentry.spring.boot.SentryLogbackAppenderAutoConfiguration,\
io.sentry.spring.boot.SentryWebfluxAutoConfiguration

0 comments on commit d83678e

Please sign in to comment.