Skip to content

timbroder/sentry-swift

 
 

Repository files navigation

sentry-swift

Travis platforms langauges Carthage compatible codecov

Swift client for Sentry. This client was writen in Swift but works with both Swift and Objective-C projects.

// Create client and start crash handler
SentryClient.shared = SentryClient(dsnString: "your-dsn")
SentryClient.shared?.startCrashHandler()

// Set 
SentryClient.shared?.user = User(id: "3",
	email: "example@example.com",
	username: "some_user",
	extra: ["is_admin": false]
)

About

The official Sentry client for iOS/tvOS/macOS/watchOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 93.3%
  • Ruby 4.0%
  • Objective-C 2.3%
  • Makefile 0.4%