GithubHelp home page GithubHelp logo

jackoplane / sentry-cocoa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from getsentry/sentry-cocoa

0.0 1.0 0.0 11.4 MB

The official Sentry SDK for iOS, tvOS, macOS, watchOS

Home Page: https://sentry.io/for/cocoa/

License: MIT License

Ruby 0.22% Swift 18.83% Objective-C 48.98% Makefile 0.12% Shell 0.11% C 30.61% C++ 0.37% Python 0.64% JavaScript 0.13%

sentry-cocoa's Introduction


Official Sentry SDK for iOS / tvOS / macOS / watchOS (1).

Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions

Build codebeat badge codecov.io CocoaPods compadible Carthage compatible SwiftPM compatible platforms Swift Package Index Discord Chat

This SDK is written in Objective-C but also provides a nice Swift interface.

Initialization

Remember to call this as early in your application life cycle as possible Ideally in applicationDidFinishLaunching in AppDelegate

import Sentry

// ....

SentrySDK.start { options in
    options.dsn = "___PUBLIC_DSN___"
    options.debug = true // Helpful to see what's going on
}    
@import Sentry;

// ....

[SentrySDK startWithConfigureOptions:^(SentryOptions *options) {
    options.dsn = @"___PUBLIC_DSN___";
    options.debug = @YES; // Helpful to see what's going on
}];

For more information checkout the docs.

(1)limited symbolication support and no crash handling.

Blog posts

How to use Sentry Attachments with Mobile Applications.

Close the Loop with User Feedback.

A Sanity Listicle for Mobile Developers.

Resources

  • Documentation
  • Forum
  • Discord Chat
  • Stack Overflow
  • Code of Conduct
  • Twitter Follow

sentry-cocoa's People

Contributors

ahti avatar ainopara avatar bruno-garcia avatar brustolin avatar crazyfanfan avatar dcvz avatar dependabot-preview[bot] avatar dependabot[bot] avatar eventbasedev avatar fetzig avatar hazat avatar jan-auer avatar jannash avatar jennmueng avatar jessestuart avatar joptriodos avatar justindarc avatar konomae avatar kradenkov avatar marandaneto avatar mitsuhiko avatar orta avatar philipphofmann avatar rolandasrazma avatar snyk-bot avatar soffes avatar sryze avatar swatinem avatar vvm avatar ydnar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.