Skip to content

Commit 5225a2e

Browse files
committed
Remove feature prefix
1 parent 1df3b7f commit 5225a2e

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

reload_app/events.py

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,26 @@
9999
"path": str,
100100
"org_id": int,
101101
},
102+
"event_cause.viewed": {
103+
"org_id": int,
104+
"project_id": int,
105+
"platform": str,
106+
},
107+
"event_cause.docs_clicked": {
108+
"org_id": int,
109+
"project_id": int,
110+
"platform": str,
111+
},
112+
"event_cause.snoozed": {
113+
"org_id": int,
114+
"project_id": int,
115+
"platform": str,
116+
},
117+
"event_cause.dismissed": {
118+
"org_id": int,
119+
"project_id": int,
120+
"platform": str,
121+
},
102122
"experiment.installation_instructions": {
103123
"integration": str,
104124
"experiment": bool,
@@ -160,26 +180,6 @@
160180
"org_id": int,
161181
"plan": str,
162182
},
163-
"feature.event_cause.viewed": {
164-
"org_id": int,
165-
"project_id": int,
166-
"platform": str,
167-
},
168-
"feature.event_cause.docs_clicked": {
169-
"org_id": int,
170-
"project_id": int,
171-
"platform": str,
172-
},
173-
"feature.event_cause.snoozed": {
174-
"org_id": int,
175-
"project_id": int,
176-
"platform": str,
177-
},
178-
"feature.event_cause.dismissed": {
179-
"org_id": int,
180-
"project_id": int,
181-
"platform": str,
182-
},
183183
"feature.rate_limits.upgrade_viewed": {
184184
"org_id": int,
185185
"plan": str,

0 commit comments

Comments
 (0)