Skip to content

Commit

Permalink
Ensure filter order.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Jul 14, 2021
1 parent e6779ba commit 296312b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static class HubConfiguration {
@Open
static class SentryWebMvcConfiguration {

private static int SENTRY_SPRING_FILTER_PRECEDENCE = Ordered.HIGHEST_PRECEDENCE;
private static final int SENTRY_SPRING_FILTER_PRECEDENCE = Ordered.HIGHEST_PRECEDENCE;

@Configuration(proxyBeanMethods = false)
@ConditionalOnClass(SecurityContextHolder.class)
Expand Down

0 comments on commit 296312b

Please sign in to comment.