Skip to content

Commit b4b349c

Browse files
Datacategory map
1 parent 2b84c46 commit b4b349c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/src/envelope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ const ITEM_TYPE_TO_DATA_CATEGORY_MAP: Record<EnvelopeItemType, DataCategory> = {
209209
replay_recording: 'replay',
210210
check_in: 'monitor',
211211
feedback: 'feedback',
212+
span: 'span',
212213
// TODO: This is a temporary workaround until we have a proper data category for metrics
213214
statsd: 'unknown',
214215
};

0 commit comments

Comments
 (0)