Skip to content

Commit 6da1532

Browse files
committed
Address review
1 parent f93665c commit 6da1532

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentry-spotlight/src/main/java/io/sentry/spotlight/SpotlightIntegration.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import org.jetbrains.annotations.ApiStatus;
2828
import org.jetbrains.annotations.NotNull;
2929
import org.jetbrains.annotations.Nullable;
30-
import org.jetbrains.annotations.TestOnly;
3130

3231
@ApiStatus.Internal
3332
public final class SpotlightIntegration
@@ -94,8 +93,7 @@ private void sendEnvelope(final @NotNull SentryEnvelope envelope) {
9493
}
9594
}
9695

97-
@TestOnly
98-
public String getSpotlightConnectionUrl() {
96+
String getSpotlightConnectionUrl() {
9997
if (options != null && options.getSpotlightConnectionUrl() != null) {
10098
return options.getSpotlightConnectionUrl();
10199
}

0 commit comments

Comments
 (0)