Skip to content

Commit 4cd36ba

Browse files
committed
feat: add cloud tag for support tickets
This will help us differentiate between platforms in our reports.
1 parent 6965800 commit 4cd36ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/(console)/supportWizard.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
formData.append('subject', $supportData.subject);
135135
formData.append('firstName', ($user?.name || 'Unknown').slice(0, 40));
136136
formData.append('message', $supportData.message);
137+
formData.append('tags[]', 'cloud');
137138
formData.append('tags[]', categoryTopicTag);
138139
formData.append(
139140
'metaFields',

0 commit comments

Comments
 (0)