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 5e81572 commit 1dc8eedCopy full SHA for 1dc8eed
1 file changed
loader/src/main/java/net/swofty/loader/Hypixel.java
@@ -59,7 +59,7 @@ static void main(String[] args) {
59
return;
60
}
61
62
- if (!Objects.equals(ConfigProvider.settings().getIntegrations().getSentryDsn(), "")) {
+ if (ConfigProvider.settings().getIntegrations().getSentryDsn().isBlank()) {
63
Sentry.init(options -> {
64
options.setDsn(ConfigProvider.settings().getIntegrations().getSentryDsn());
65
options.setSendDefaultPii(true);
0 commit comments