Sentry: Error Tracking

Stop hoping your users will report errors

Sentry’s real-time error tracking gives

What is it?

you insight into production deployments

and information to reproduce and fix crashes.

How sentry can help you?

Key Features

Why just debug errors? Go back in time

 

Sentry’s added context and Breadcrumbs include the event history and actions that led up to every bug. No more debugging customer stories about how they clicked the thing and then this other thing did a weird thing.

Supported Languages & Frameworks

Integrations

 

Integrating with Django

pip install sentry-sdk
  1. Install the sdk
2.Initialize the sdk
import sentry_sdk
from sentry_sdk.integrations.django import \
    DjangoIntegration

sentry_sdk.init(
    "your dsn",
    integrations=[DjangoIntegration()]
)

Demo time!

S

By Atul Mishra

S

  • 636