sentry-javascript VS sentry-react-native

Compare sentry-javascript vs sentry-react-native and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
sentry-javascript sentry-react-native
12 2
7,624 1,509
1.0% 1.3%
9.9 9.5
about 20 hours ago 8 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sentry-javascript

Posts with mentions or reviews of sentry-javascript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-25.
  • Marginalia: 3 Years
    3 projects | news.ycombinator.com | 25 Feb 2024
    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/... )

  • Nx - Highlights of 2023
    14 projects | dev.to | 28 Dec 2023
    Sentry JavaScript - Sentry, renowned for its comprehensive solutions in frontend monitoring and error logging, recently adopted Nx for their official JavaScript SDK. This move integrates Nx's capabilities into their monorepo, containing packages for popular frontend and Node.js backend integrations. They also published a blog post on the benefits they've seen following the adoption of Nx in their monorepo (hint: reducing CI times by 35%).
  • How to integrate sentry to Nextjs application
    2 projects | dev.to | 16 Sep 2023
    Running Sentry Wizard... version: 3.13.0 | sentry-cli version: 1.75.2 Sentry Wizard will help you to configure your project Thank you for using Sentry :) Skipping connection to Sentry due files already patched ┌ Sentry Next.js Wizard │ ◇ ────────────────────────────────────────────────────────────────────────────╮ │ │ │ The Sentry Next.js Wizard will help you set up Sentry for your application. │ │ Thank you for using Sentry :) │ │ │ │ Version: 3.13.0 │ │ │ ├───────────────────────────────────────────────────────────────────────────────╯ │ ◇ Are you using Sentry SaaS or self-hosted Sentry? │ Sentry SaaS (sentry.io) │ ◇ Do you already have a Sentry account? │ Yes │ ● If the browser window didn't open automatically, please open the following link to log into Sentry: │ │ https://sentry.io/account/settings/wizard/authtoken123/ │ ◇ Login complete. │ ◇ Select your Sentry project. │ myproject-126kk132c/javascript-nextjs-f9 │ ◇ Installed @sentry/nextjs with NPM. │ ◆ Created fresh sentry.server.config.ts. │ ◆ Created fresh sentry.client.config.ts. │ ◆ Created fresh sentry.edge.config.ts. │ ◆ Added Sentry configuration to next.config.js. (you probably want to clean this up a bit!) │ ◆ Created src\app\sentry-example-page\page.jsx. │ ◆ Created src\app\api\sentry-example-api\route.js. │ ◆ Created .sentryclirc with auth token for you to test uploading source maps locally. │ ◆ Added .sentryclirc to .gitignore. │ └ Everything is set up! You can validate your setup by starting your dev environment (`next dev`) and visiting "/sentry-example-page". If you encounter any issues, let us know here: https://github.com/getsentry/sentry-javascript/issues 🎉 Successfully set up Sentry for your project 🎉
  • What's New With Lerna 6.5?
    4 projects | dev.to | 22 Feb 2023
    We've just started this initiative and have already been able to help Sentry get optimized with task caching and task pipeline optimizations for their workspace!
  • Show HN: We’re open-sourcing our session replay tool
    10 projects | news.ycombinator.com | 22 Feb 2023
    In addition to the network call data we already attached, that does go through data PII scrubbing on the edges as you mentioned, we're discussing capturing request/response body. We even talked about it today: https://github.com/getsentry/sentry-javascript/issues/7103

    Avoiding any PII from getting into the system is always top of mind. And we're considering this as an opt-in regardless of scrubbing on the edge ingestion service.

  • Sentry with Next.js
    3 projects | dev.to | 12 Jun 2022
    Add Sentry’s Next.js SDK to your next.js projects.
  • Performance Monitoring and more updates to Sentry for Electron
    2 projects | dev.to | 25 Mar 2022
    Get started with Sentry for Electron and drop us a line on GitHub, Twitter, or our Discord. And if you’re new to Sentry, you can try it for free today or write to [email protected] to get started.
  • For those using Sentry, React Router v6 breaks your browser tracing integration. Here's how to fix it.
    2 projects | /r/reactjs | 4 Nov 2021
    Great idea! #4118
  • We Just Gave $154,999.89 to Open Source Maintainers
    5 projects | news.ycombinator.com | 21 Oct 2021
  • Has anyone used Sentry in prod?
    1 project | /r/reactjs | 7 Sep 2021

sentry-react-native

Posts with mentions or reviews of sentry-react-native. We have used some of these posts to build our list of alternatives and similar projects.
  • I am configuring Sentry for React Native - I don't find the documentation especially clear. Am I the only one?
    1 project | /r/reactnative | 21 Dec 2022
    Thanks, I went over them a couple of times already. I think I was not clear about the concept of builds & automatic uploads of source maps (and apparently , I was not alone: https://github.com/getsentry/sentry-react-native/issues/2609)
  • How to dynamically load module in react-native?
    1 project | /r/codehunter | 6 May 2022
    I am currently working on adding support for Sentry.io in my react-native app. I use react-native-sentry package and there is one requirement: the package should only be imported if certain constant is set to true, for example SHOULD_USE_SENTRY. All sentry configuration is stored in a separate file, which also exposes 2 methods: setupSentry and captureException which are used in the root of the app in the componentDidMount and componentDidCatch respectively. How can I dynamically load those methods in the root component, so that when the value of SHOULD_USE_SENTRY is false I won't get errors thrown after calling my methods? I hope I described my issue clear enough.

What are some alternatives?

When comparing sentry-javascript and sentry-react-native you can also consider the following projects:

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

create-react-native-app - Create React Native apps that run on iOS, Android, and web

react-router-v6-sentry-browser-tracing-integration - Sentry browser tracing integration for React Router v6

react-native-keyboard-accessory-view - Keyboard accessory (sticky) view for your React Native app. Supports interactive dismiss on iOS.

sentry-symfony - The official Symfony SDK for Sentry (sentry.io)

js - 🤓 Logto JS SDKs.

Bountysource - Bountysource is the funding platform for open-source software.

pesdk-react-native - React Native module for PhotoEditor SDK

chrono - A natural language date parser in Javascript

react-native-turbo-mock-location-detector - Protect your business from location spoofing. Library supports both Android and iOS with Fabric powers.

quagga2 - An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs

chuck-the-joker - Chuck Norris joke app - React Native