Skip to content

Commit

Permalink
Add ui namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed Apr 26, 2024
1 parent f116b18 commit dcc2252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentry/src/main/java/io/sentry/SpanDataConvention.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public interface SpanDataConvention {
String FRAMES_SLOW = "frames.slow";
String FRAMES_FROZEN = "frames.frozen";
String FRAMES_DELAY = "frames.delay";
String CONTRIBUTES_TTID = "contributes_ttid";
String CONTRIBUTES_TTFD = "contributes_ttfd";
String CONTRIBUTES_TTID = "ui.contributes_ttid";
String CONTRIBUTES_TTFD = "ui.contributes_ttfd";
}

0 comments on commit dcc2252

Please sign in to comment.