Skip to content

Commit

Permalink
Update sentry/src/test/java/io/sentry/SentryTracerTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn authored Sep 28, 2022
1 parent 0d10f60 commit 018e0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry/src/test/java/io/sentry/SentryTracerTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ class SentryTracerTest {
transaction.setTag("myTag", "myNewValue")
transaction.throwable = RuntimeException()
transaction.setData("myData", "myNewValue")
transaction.name = "newName"
transaction.setMeasurement("myMetric", 2.0f)

assertEquals(SpanStatus.OK, transaction.status)
Expand Down

0 comments on commit 018e0db

Please sign in to comment.