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 0d10f60 commit 018e0dbCopy full SHA for 018e0db
sentry/src/test/java/io/sentry/SentryTracerTest.kt
@@ -384,6 +384,7 @@ class SentryTracerTest {
384
transaction.setTag("myTag", "myNewValue")
385
transaction.throwable = RuntimeException()
386
transaction.setData("myData", "myNewValue")
387
+ transaction.name = "newName"
388
transaction.setMeasurement("myMetric", 2.0f)
389
390
assertEquals(SpanStatus.OK, transaction.status)
0 commit comments