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 f93665c commit 6da1532Copy full SHA for 6da1532
sentry-spotlight/src/main/java/io/sentry/spotlight/SpotlightIntegration.java
@@ -27,7 +27,6 @@
27
import org.jetbrains.annotations.ApiStatus;
28
import org.jetbrains.annotations.NotNull;
29
import org.jetbrains.annotations.Nullable;
30
-import org.jetbrains.annotations.TestOnly;
31
32
@ApiStatus.Internal
33
public final class SpotlightIntegration
@@ -94,8 +93,7 @@ private void sendEnvelope(final @NotNull SentryEnvelope envelope) {
94
93
}
95
96
97
- @TestOnly
98
- public String getSpotlightConnectionUrl() {
+ String getSpotlightConnectionUrl() {
99
if (options != null && options.getSpotlightConnectionUrl() != null) {
100
return options.getSpotlightConnectionUrl();
101
0 commit comments