Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Feb 10, 2025
1 parent db3908e commit 2dad438
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ public class SentryScopeConfigurer {

private final ServerInfo serverInfo;

@Value("${sentry.dsn}")
@Value("${sentry.dsn:}")
private final String dsn;

@Value("${sentry.environment}")
@Value("${sentry.environment:dummy}")
private final String environment;

@PostConstruct
Expand Down

0 comments on commit 2dad438

Please # to comment.