File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments