giỚi thiỆu bugsnag

19
Author: HUYNH CONG DINH Date: 28/01/2015

Upload: hunh-c-nh

Post on 21-Jan-2018

331 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: GIỚI THIỆU BUGSNAG

Author: HUYNH CONG DINH

Date: 28/01/2015

Page 2: GIỚI THIỆU BUGSNAG

Content What is Bugsnag

Best features of Bugsnag

How to install Bugsnag

Demo

Page 3: GIỚI THIỆU BUGSNAG

What is Bugsnag

….

NEW AEGIS

MKDN

SAGOO

ERROR

ERRORERROR

• Bad review about service

• Company’s reputation down

Page 4: GIỚI THIỆU BUGSNAG

What is Bugsnag

Page 5: GIỚI THIỆU BUGSNAG

Developer Team

What is Bugsnag

….

NEW AEGIS

MKDN

SAGOOERROR

• Store error• Sort and analytic error

• Error information• Extra information

Page 6: GIỚI THIỆU BUGSNAG

What is Bugsnag

• Establish in 2012• Jun 1, 2013: Seed $1.400.000 from 3 investor• Get 800k error report per day

James SmithCo-founder and CEOCo-founder at @Bugsnag, former CTO at@Heyzap

Simon MaynardCo-founder and CTOCo-founder @Bugsnag, ex @Heyzap. 10 years of product development experience.

Page 7: GIỚI THIỆU BUGSNAG

What is Bugsnag

Customer s of Bugsnag

Page 8: GIỚI THIỆU BUGSNAG

What is Bugsnag

Statistics for websites using Error Tracking technologies

Page 9: GIỚI THIỆU BUGSNAG

What is Bugsnag

0

50

100

150

200

250

300

Bugsnag Airblake Errorception Sentry

$ (USD)

Price of services

Page 10: GIỚI THIỆU BUGSNAG

Best features of Bugsnag

Page 11: GIỚI THIỆU BUGSNAG

Best features of Bugsnag

Supported for many language and environment

Ruby

Python

PHP

Laravel

Wordpress

Android

Cocoa

Node.js

Javascript

Unity

Java

EventMechine

Go

.NET

Page 12: GIỚI THIỆU BUGSNAG

Best features of Bugsnag Supported for many language and environment

Symfony2 Drupal. NET Erlang

Clojure Logback Cake Silverstripe

Lithium Kohana CFWheels Grape

Grails Minecraft

Page 13: GIỚI THIỆU BUGSNAG

Best features of Bugsnag Connect to many different online services

EMAIL

Campfire

Flowdock

Gitter

Hall

Hipchat

Jaconda

Slack

Twilio SMS

Page 14: GIỚI THIỆU BUGSNAG

Best features of Bugsnag Connect to many different online services

Page 15: GIỚI THIỆU BUGSNAG

Best features of Bugsnag

Supply many powerful tools.

Filter errors by resolved status, release stage, and time.

See how many times each error has occurred, and how many users were impacted.

Inline trend charts show you if errors are getting better or worse.

Sort errors by occurrence count, impacted user count, and time.

Real-time live view of errors as they happen.

Page 16: GIỚI THIỆU BUGSNAG

Best features of Bugsnag

More features:

Full-text error search.

Add custom user or application data to each error report.

Full stacktraces for every error, with in-app stacktracehighlighted.

Page 17: GIỚI THIỆU BUGSNAG

How to install Bugsnag

Step 1: Include bugsnag library into your source code.

Step 2: Config bugsnag $bugsnag = new Bugsnag_Client('YOUR-API-KEY-HERE');

Step 3: Use it set_error_handler(array($bugsnag, 'errorHandler'));

set_exception_handler(array($bugsnag, 'exceptionHandler'));

Page 18: GIỚI THIỆU BUGSNAG

DEMO

Page 19: GIỚI THIỆU BUGSNAG

THANKS FOR WATCHING