Skip to content

Commit a4c30cb

Browse files
test(replay): Use realistic Android transaction name
Co-Authored-By: Gino Buenaflor <giancarlo.buenaflor@sentry.io>
1 parent 3b7615a commit a4c30cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sentry/src/test/java/io/sentry/protocol/SentryReplayEventSerializationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SentryReplayEventSerializationTest {
2626
urls = listOf("ScreenOne")
2727
errorIds = listOf("ab3a347a4cc14fd4b4cf1dc56b670c5b")
2828
traceIds = listOf("340cfef948204549ac07c3b353c81c50")
29-
segmentNames = listOf("GET /users/:id")
29+
segmentNames = listOf("CheckoutActivity")
3030
SentryBaseEventSerializationTest.Fixture().update(this)
3131
// irrelevant for replay
3232
serverName = null

sentry/src/test/resources/json/sentry_replay_event.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"segment_names":
2121
[
22-
"GET /users/:id"
22+
"CheckoutActivity"
2323
],
2424
"event_id": "afcb46b1140ade5187c4bbb5daa804df",
2525
"contexts":

0 commit comments

Comments
 (0)