Skip to content

Commit 769f629

Browse files
committed
move up
1 parent f9cfc9d commit 769f629

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/types/src/datacategory.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export type DataCategory =
2828
| 'feedback'
2929
// Statsd type event for metrics
3030
| 'statsd'
31-
// Unknown data category
32-
| 'unknown'
3331
// Span
34-
| 'span';
32+
| 'span'
33+
// Unknown data category
34+
| 'unknown';

0 commit comments

Comments
 (0)