sentry-javascript VS large-monorepo

Compare sentry-javascript vs large-monorepo and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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.
www.influxdata.com
featured
sentry-javascript large-monorepo
12 12
7,635 415
0.6% -
9.9 4.2
7 days ago 2 months ago
TypeScript TypeScript
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

large-monorepo

Posts with mentions or reviews of large-monorepo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-28.
  • Monorepos - Why Speed Matters
    1 project | dev.to | 20 Mar 2024
    The Nx daemon has seen significant enhancements, notably through the use of Rust to calculate file hashes behind the scenes. This improvement not only speeds up the start-up times but also optimizes performance even without the daemon, especially on CI environments where the daemon isn't used. The benchmark results at this repo showcase the remarkable speed improvements, making Nx competitive with native code solutions while maintaining the accessibility and flexibility of Node.js. Nx is still Node-first, so contributions are easier and only the most performance-critical parts of Nx are native code.
  • Nx - Highlights of 2023
    14 projects | dev.to | 28 Dec 2023
    At Nx, we’ve heavily embraced Typescript from the beginning and we’ve been very happy with that decision. Nx also stands as the fastest JS monorepo tool available, demonstrating that adopting TypeScript does not necessarily compromise speed. However, we don't stop here. To push the boundaries further, we started to rewrite the most performance critical and computationally intensive parts of the Nx core in Rust.
  • Nx 16.5 Release!!
    3 projects | dev.to | 6 Jul 2023
    You can see our results and the details of the benchmark - and even run the benchmarks for yourself in this repo.
  • Nx 15.8 - Rust Hasher, Nx Console for IntelliJ, Deno, Node and Storybook
    3 projects | dev.to | 8 Mar 2023
    Performance is at the core of what we do at Nx. Hence it isn't surprising that Nx is the fastest JS-based monorepo solution out there. We've shown that a couple of times. But every millisecond counts! As such, we decided to experiment with Rust to see whether we could further optimize our project graph creation as well as the hasher function that is used for the computation cache.
  • Reflecting on 2022 - The Year in Review
    4 projects | dev.to | 29 Dec 2022
    Speed - we drastically improved the speed of Nx, making it the fastest monorepo solution in the frontend space.
  • Lerna reborn - What's new in v6?
    2 projects | dev.to | 12 Oct 2022
    Up until Lerna v4, either the p-map or p-queue npm packages have been used to delegate the task scheduling. With v5.1 we introduced nx as an additional mechanism to schedule tasks. The advantage? Nx has caching built-in, which also gives Lerna caching support, making it lightning fast. A recent benchmark test resulted in Lerna being 2.5x faster than Lage and around 4x faster than Turbo (as of Oct 2022; test it out by yourself).
  • Nx - The fastest growing monorepo solution in the JS ecosystem
    4 projects | dev.to | 29 Jun 2022
    Nx is faster than most of the current available alternatives. See the corresponding benchmark repository
  • Lerna 5.1 - New website, new guides, new Lerna example repo, distributed caching support and speed!
    5 projects | dev.to | 15 Jun 2022
    Delegating task scheduling to Nx allows to speed up any Lerna workspace in the range of 2-10 times. Check out our public benchmark which compares Lerna with other popular JS based monorepo tools.
  • Nx 14.2 - Angular v14, Storybook update, lightweight Nx and more!
    5 projects | dev.to | 9 Jun 2022
    (as always, feel free to reproduce it here)
  • Lerna used to walk, now it can fly!
    4 projects | dev.to | 25 May 2022
    But let's do some more real "apples-to-apples" comparison of Lerna's speed with useNx enabled. For benchmarking Nx we have set up a repo in the past which we regularly use to measure the speed of new Nx releases with other similar tools on the market such as Lage and Turborepo: https://github.com/vsavkin/large-monorepo. We now added Lerna+Nx (Lerna with useNx enabled) to that repo to measure the impact.

What are some alternatives?

When comparing sentry-javascript and large-monorepo you can also consider the following projects:

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

nx - Smart Monorepos · Fast CI

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

lage - Task runner in JS monorepos

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

nx-cloud

sentry-react-native - Official Sentry SDK for React-Native

nx-recipes - 🧑‍🍳 Common recipes to productively use Nx with various technologies and in different setups. Made with ❤️ by the Nx Team

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

monorepo.tools - Your defacto guide on monorepos, and in depth feature comparisons of tooling solutions.

chrono - A natural language date parser in Javascript

form - 🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.