0

In iOS App (objective C) I'm using Fabrics Crashlytics features.

  • Custom Logging [CLS_LOG ...]
  • Custom Keys
  • and Answers for events logging.

Everything works as expected.

What I want to achieve is to be able to send last x events let's say through e-mail from user in the case of some unexpected behaviour.

If there is some strange behaviour (not crash) I would like, that user is able send us last x events which lead to this situation.

Of course I can implement some custom events logging, but I was thinking of using Fabric Answers events logging mechanism, when is already implemented in the app.

Is it possible ? Or what would be the best approach ?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
StefanB
  • 31
  • 3

1 Answers1

0

Mike from Fabric here. We don't have a mechanism in our SDK that would enable sending of the last x events in this situation.

Mike Bonnell
  • 16,181
  • 3
  • 61
  • 77
  • Hi Mike. Thanks for answer. I don't need to have the functionality to send last x events. I'm looking for the functionality to get in the App (code) somehow last x events. Something like "[Answers getLastXEvents]". Or something similar ... – StefanB Oct 02 '18 at 04:24
  • That's not something we offer either. – Mike Bonnell Oct 02 '18 at 12:34