Skip to content

Commit 4d5372b

Browse files
adding scheduled exports to the enterprise feature list (#5963)
* Update plan_benefits.ex * fix tests --------- Co-authored-by: Robert Joonas <[email protected]>
1 parent b735382 commit 4d5372b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/plausible/billing/plan_benefits.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ defmodule Plausible.Billing.PlanBenefits do
9898
"Sites API",
9999
"Single Sign-On (SSO)",
100100
"Managed Proxy",
101+
"Scheduled raw event data exports",
101102
data_retention,
102103
"Priority support"
103104
]

test/plausible/billing/plan_benefits_test.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ defmodule Plausible.Billing.PlanBenefitsTest do
145145
"Sites API",
146146
"Single Sign-On (SSO)",
147147
"Managed Proxy",
148+
"Scheduled raw event data exports",
148149
"5+ years of data retention",
149150
"Priority support"
150151
]
@@ -165,6 +166,7 @@ defmodule Plausible.Billing.PlanBenefitsTest do
165166
"Sites API",
166167
"Single Sign-On (SSO)",
167168
"Managed Proxy",
169+
"Scheduled raw event data exports",
168170
"5+ years of data retention",
169171
"Priority support"
170172
]
@@ -184,6 +186,7 @@ defmodule Plausible.Billing.PlanBenefitsTest do
184186
"Sites API",
185187
"Single Sign-On (SSO)",
186188
"Managed Proxy",
189+
"Scheduled raw event data exports",
187190
"Priority support"
188191
]
189192
end

0 commit comments

Comments
 (0)