GithubHelp home page GithubHelp logo

ainopara / 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 9.95 MB

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

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

License: MIT License

Ruby 0.19% Swift 14.73% Objective-C 50.51% Makefile 0.13% Shell 0.09% C 33.20% C++ 0.42% Python 0.73%

sentry-cocoa's Introduction


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

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

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.

Sentry Self Hosted Compatibility

Since version 6.0.0 of this SDK, Sentry version >= v20.6.0 is required. This only applies to on-premise Sentry, if you are using sentry.io no action is needed.

Known limitations

  • Because of an open issue in Carthage this SDK can't be used on Macs with Apple Silicon when importing it via Carthage.

Resources

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

sentry-cocoa's People

Contributors

ahti avatar ainopara avatar bakemecookies avatar bruno-garcia avatar cmsj avatar crazyfanfan avatar dcvz avatar dependabot-preview[bot] avatar dependabot[bot] avatar erlendfh avatar fetzig avatar fizker avatar gabors avatar guillermociqueholvi avatar hazat avatar holtwick avatar jan-auer avatar jannash avatar jdhealy avatar jennmueng avatar jeremywiebe avatar jessestuart avatar justindarc avatar kradenkov avatar marandaneto avatar mitsuhiko avatar ojii avatar orta avatar philipphofmann avatar snyk-bot 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.