Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Set behavior annotations live (#4160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrik-Klijnsma-Work authored Apr 7, 2022
1 parent 4d01c5c commit a1ec9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/feature-flags/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const features: Feature[] = [
},
{
name: 'nlBehaviorAnnotations',
isEnabled: false,
isEnabled: true,
dataScopes: ['nl'],
metricName: 'behavior_annotations',
},
Expand Down

0 comments on commit a1ec9da

Please sign in to comment.