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 38513ae commit 2b80ccdCopy full SHA for 2b80ccd
sentry/src/test/java/io/sentry/util/SpanUtilsTest.kt
@@ -57,7 +57,6 @@ class SpanUtilsTest {
57
assertFalse(SpanUtils.isIgnored(ignoredOrigins, null))
58
}
59
60
-
61
@Test
62
fun `isIgnored returns false for null ignoredOrigins`() {
63
assertFalse(SpanUtils.isIgnored(null, "auto.http.spring_jakarta.webmvc"))
0 commit comments