Skip to content

Commit

Permalink
Ref: Rename Fragment span operation from ui.fragment.load to `ui.lo…
Browse files Browse the repository at this point in the history
…ad` (#1824)
  • Loading branch information
marandaneto committed Dec 1, 2021
1 parent 4d0270a commit 9c2110f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* Ref: Rename Fragment span operation from `ui.fragment.load` to `ui.load` (#1824)

## 5.4.3

* Fix: Only report App start measurement for full launch on Android (#1821)
Expand Down
Expand Up @@ -161,6 +161,6 @@ class SentryFragmentLifecycleCallbacks(
}

companion object {
const val FRAGMENT_LOAD_OP = "ui.fragment.load"
const val FRAGMENT_LOAD_OP = "ui.load"
}
}

0 comments on commit 9c2110f

Please sign in to comment.