Im trying to delete an already reported custom event in answers, because I'm using string and not number. Which the initial event was reported with. Is there any way to delete an event?
Asked
Active
Viewed 4,241 times
1 Answers
44
Mike from Fabric here. Currently, deleting events from Fabric isn't possible. An event will be removed automatically if no data is received for the event within a thirty day window. If you switch from a String or Number, to the other, then the event will automatically switch to showing those values once we detect more events of the new type.

Mike Bonnell
- 16,181
- 3
- 61
- 77
-
2In order to prevent "pollution" of real data with test data, is it feasible to use `Dashboard -> Settings -> Apps -> [app] -> Delete App` once the initial test of analytics is complete ? So that only real data is once again stored and visible to the business. – Someone Somewhere May 04 '17 at 23:43
-
Im doing this myself, deleting versions that was used for test. And also having test apps. – vonGohren May 05 '17 at 11:30
-
1You could also change the bundle id or package name of your app and use them for different sets of data when testing. – Mike Bonnell May 05 '17 at 12:46
-
how can i add custom event in my app extension like share extension, document provider extension? – jignesh Vadadoriya Aug 29 '17 at 13:48
-
@MikeBonnell any chance of deleting events being added as a feature? – masterwok Oct 04 '17 at 15:01
-
2It's not on our immediate roadmap to add in @masterwok. – Mike Bonnell Oct 05 '17 at 04:02
-
5I can see how deleting events may cause trouble when older app keep reporting those events. But how about adding a "[x] Hide this Event" on the specific event view. Consider it an internal event attribute if you like. And then filter it away unless "Show Hidden Events" is clicked. Add this next to "Show All Events" in the events overview. At least do something, there's a clear need here. – Stephan Henningsen Jan 22 '18 at 12:19
-
Thanks for the feedback Stephen and definitely understand the desire from app teams for the functionality. – Mike Bonnell Jan 22 '18 at 20:32
-
but how about adding new event ? because right now im taking over exisiting project and wanted to add more events. i did add in the code but its not reflecting to the fabric page itself. any idea how ? Thanks man! – Mina Makhtar Mar 11 '19 at 02:57
-
@MinaMakhtar You are asking a different question so I'd recommend either posting a new question with your specifics or looking at a similar question here: https://stackoverflow.com/questions/35384316/answers-by-crashlytics-adding-custom-event – Mike Bonnell Mar 11 '19 at 14:15