Need REST API to log events

I want to implement Sentry from IOS in a situation where I can’t yet use Cocoapods or Carthage, or crash recording, so I’m unable to add the given libraries to my project.

Specifically for now I just need to log events from within the app. Is there a REST API I can use to record events to my account with?

You’ll need to use a specialized API for sending events to Sentry, which is only documented in our SDK reference:

https://docs.sentry.io/clientdev/

Zeeg,

Thanks! Already working on it, Kelly provided one of the fastest support response in history to get me started.

  • Randy

Just for completeness, you can use sentry-cocoa without a crashhandler, CocoaPods or Carthage.
Just download the source and add the Xcode project to your project.