sentry-java VS apollo-server

Compare sentry-java vs apollo-server and see what are their differences.

apollo-server

šŸŒ Ā Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more. (by apollographql)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sentry-java apollo-server
5 64
1,077 13,639
1.4% 0.3%
9.4 9.2
6 days ago about 20 hours ago
Kotlin 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-java

Posts with mentions or reviews of sentry-java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-24.
  • Methods and processes for reduce bugs in production
    2 projects | news.ycombinator.com | 24 Aug 2023
    >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):

      
  • GraphQL Observability with Sentry
    6 projects | dev.to | 18 Dec 2021
    Sentry provides informative guides for many platforms. In our server's case, we apply Apollo Server v2 as an Express middleware; therefore, Sentry's Express Guide with request, tracing, and error handlers is a great starting point.
  • Integrating OpenReplay with Sentry
    3 projects | dev.to | 12 Sep 2021
    The last step is to extract the openReplaySessionToken from the header and add it to your Sentry scope (ideally using a middleware or decorator) in your backend. The method to do this depends on the programming language of your backend, you can consult the Sentry docs on how to configure scope. The snippet below shows how to configure a Sentry scope if your backend is built with node.js/express
  • Plato Removes Ads from the App
    2 projects | news.ycombinator.com | 27 Feb 2021
    In a lot of cases crash report SDKs are open source?

    Sentry: https://github.com/getsentry/sentry-java

apollo-server

Posts with mentions or reviews of apollo-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-14.

What are some alternatives?

When comparing sentry-java and apollo-server you can also consider the following projects:

mercurius - Implement GraphQL servers and gateways with Fastify

zipkin - Zipkin is a distributed tracing system

graphql-mesh - The Graph of Everything - Federated architecture for any API service

nestjs-graphql - GraphQL (TypeScript) module for Nest framework (node.js) šŸ·

graphql-yoga - šŸ§˜ Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.

express-graphql - Create a GraphQL HTTP server with Express.

graphql-ws - Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.

graphql-helix - A highly evolved GraphQL HTTP Server šŸ§¬

graphql-shield - šŸ›” A GraphQL tool to ease the creation of permission layer.

graphql-jit - GraphQL execution using a JIT compiler

TypeGraphQL - Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

graphql-helix-docker