Skip to content

Commit edfb3d0

Browse files
authored
chore: move heatmaps ownership to web analytics (#14282)
1 parent 791b557 commit edfb3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useFeatureOwnership.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const FEATURE_DATA: Record<string, BaseFeature> = {
173173
},
174174
heatmaps: {
175175
feature: 'Heatmaps',
176-
owner: ['replay'],
176+
owner: ['web-analytics'],
177177
},
178178
hogql: {
179179
feature: 'HogQL',

0 commit comments

Comments
 (0)