Sentry

Top 23 Sentry Open-Source Projects

  • Sentry

    Developer-first error tracking and performance monitoring

  • Project mention: How to Handle N+1 Queries for Optimal Database Performance in Django? | dev.to | 2024-04-01

    Using APM tools like NewRelic, Sentry, Datadog, etc to monitor the performance of your application and while you're on it, they can help you identify N+1 queries.

  • sentry-javascript

    Official Sentry SDKs for JavaScript

  • Project mention: Marginalia: 3 Years | news.ycombinator.com | 2024-02-25

    I hope this tone comes across correctly as just a suggestion: I get a lot of mileage out of the "Send Feedback" option in DDG, which they claim actual humans do read. It can help move bug reports out of these HN threads into a more context-aware flow, and also makes me feel like any bad outcome has the possibility of improving, unlike systems that don't provide a "I feel bad about this experience" button

    If you were thus inclined, https://gitlab.com/glitchtip/glitchtip#glitchtip is the actual open source Sentry implementation which (as far as I know) would enable gluing https://docs.sentry.io/platforms/javascript/user-feedback/#u... to the search results (which itself is still MIT: https://github.com/getsentry/sentry-javascript/blob/7.102.1/... )

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • self-hosted

    Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept

  • Project mention: Sentry new TOS to use data to train AI with no opt-out | news.ycombinator.com | 2024-01-05

    This is the point where I will point out that you can self-host Sentry free of charge :) https://develop.sentry.dev/self-hosted/

  • gatsby-starter-lumen

    A constantly evolving and thoughtful architecture for creating static blogs with Gatsby.

  • sentry-python

    The official Python SDK for Sentry.io

  • Project mention: CodeCov is now Open Source | news.ycombinator.com | 2023-08-02

    So cool to see the CTO of Sentry here! This makes some sense to me - I'm actually following an issue with Sentry I had recently and although it's not being fixed anytime soon at least I know the status.

    https://github.com/getsentry/sentry-python/issues/370

    I'd love to believe that one day someone will crack the nut of "Sentry puts a bounty on this issue and YPCrumble decides to make a PR because it's something he's experiencing AND he'd get some experience working on the Sentry codebase which would be a learning opportunity.

  • FastAPI-template

    Feature rich robust FastAPI template.

  • Project mention: Do you recommend any FastAPI SaaS Strater-kit? | /r/FastAPI | 2023-06-10

    I'm pretty partial to s3rius's template boiler plate. Used it while contracting a while back and it just tackled everything I'd want for the first few months leaving me time to focus on CRUD / business logic instead of Devops stuff. Do wish it used ruff but that was an ultra easy swap.

  • sentry-react-native

    Official Sentry SDK for React-Native

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • next-right-now

    Flexible production-grade boilerplate with Next.js 11, Vercel and TypeScript. Includes multiple opt-in presets using Storybook, Airtable, GraphQL, Analytics, CSS-in-JS, Monitoring, End-to-end testing, Internationalization, CI/CD and SaaS B2B multi single-tenancy (monorepo) support

  • sentry-laravel

    The official Laravel SDK for Sentry (sentry.io)

  • Project mention: Sentry + Laravel: A Powerful Duo for Error Tracking and Debugging | dev.to | 2023-05-04

    We continue the setup by installing the sentry-laravel package. We can do that by running the command below.

  • sentry-java

    A Sentry SDK for Java, Android and other JVM languages.

  • Project mention: Methods and processes for reduce bugs in production | news.ycombinator.com | 2023-08-24

    >As now we've introduced some peers code review, automatic testing on most critical stuff (but since the codebase sucks these aren't really reliable tests)

    They may not be "reliable", but these are your safety net, or harness, so you don't fall. I wrote about similar issues, for instance here: https://news.ycombinator.com/item?id=26591067 and, given your promotion, here: https://news.ycombinator.com/item?id=37211796. It contains a few steps starting from "So...".

    You can add monitoring, something like Sentry (https://sentry.io) will capture exceptions that were not handled that you have not seen because the stack trace is buried in hundreds of pages of logs or something. It groups them by exception and counts them. It's pretty awesome. (https://docs.sentry.io). It supports around 108 platforms (Java, Python, JavaScript, etc.). This lets you see the exceptions and makes prioritizing easier (which ones are the most frequent, which ones impact the most, etc.).

    If you don't have them already, issue templates are really useful and the comment I linked to explains why, but here's an example of an issue template (again, you can configure them for different types of issues so team members select from a dropdown for a bug or a feature):

      

  • sentry-cli

    A command line utility to work with Sentry.

  • sentry-cocoa

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

  • sentry-dart

    Sentry SDK for Dart and Flutter

  • sentry-symfony

    The official Symfony SDK for Sentry (sentry.io)

  • sentry-rust

    Official Sentry SDK for Rust

  • Sentry

    Sentry SDK for .NET

  • django-guid

    Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery

  • helm-monitor

    Monitor K8S Helm release, rollback on metrics behavior (Prometheus, Elasticsearch, Sentry)

  • errorpush

    Minimalist Error collection Service compatible with Rollbar clients. Sentry or Rollbar alternative.

  • nestjs-sentry

    Provides an injectable sentry.io client to provide enterprise logging nestjs modules

  • asgi-correlation-id

    Request ID propagation for ASGI apps

  • sentry-telegram

    Plugin for Sentry which allows sending notification via Telegram messenger.

  • sentry-electron

    The official Sentry SDK for Electron

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-01.

Sentry related posts

Index

What are some of the best open-source Sentry projects? This list will help you:

Project Stars
1 Sentry 36,817
2 sentry-javascript 7,624
3 self-hosted 7,226
4 gatsby-starter-lumen 1,976
5 sentry-python 1,734
6 FastAPI-template 1,630
7 sentry-react-native 1,509
8 next-right-now 1,258
9 sentry-laravel 1,208
10 sentry-java 1,093
11 sentry-cli 874
12 sentry-cocoa 762
13 sentry-dart 712
14 sentry-symfony 679
15 sentry-rust 565
16 Sentry 560
17 django-guid 404
18 helm-monitor 404
19 errorpush 390
20 nestjs-sentry 365
21 asgi-correlation-id 336
22 sentry-telegram 228
23 sentry-electron 216
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com