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 authored and maciejwalkowiak committed Jan 5, 2022
1 parent 3fa316d commit 76ed919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## Unreleased

* Ref: Rename Fragment span operation from `ui.fragment.load` to `ui.load` (#1824)
* Fix: Sending errors in Spring WebFlux integration (#1819)

## 5.4.3
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 76ed919

Please sign in to comment.