symbolicator VS openreplay

Compare symbolicator vs openreplay and see what are their differences.

openreplay

Session replay and analytics tool you can self-host. Ideal for reproducing issues, co-browsing with users and optimizing your product. (by openreplay)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
symbolicator openreplay
6 23
341 8,858
1.5% 1.5%
9.3 9.9
4 days ago 1 day ago
Rust TypeScript
MIT License GNU General Public License v3.0 or later
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.

symbolicator

Posts with mentions or reviews of symbolicator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-18.
  • Practical nil panic detection for Go
    4 projects | news.ycombinator.com | 18 Nov 2023
    - it entirely removes a class of discussion of "opinion" on style. Tabs or spaces? Import ordering? Alignment? Doesn't matter, use go fmt. It's built into the toolchain, everyone has it. Might it be slightly more optimal to do X? Sure, but there's no discussion here.

    - it hits that sweet spot between python and C - compilation is wicked fast, little to no app startup time, and runtime is closer to C than it is to python.

    - interfaces are great and allow for extensions of library types.

    - it's readable, not overly terse. Compared to rust, e.g. [0], anyone who has any programming experience can probably figure out most of the syntax.

    We've got a few internal services and things in Go,vanr we use them for onboarding. Most of my team have had PR's merged with bugfixes on their first day of work, even with no previous go experience. It lets us care about business logic from the get go.

    [0] https://github.com/getsentry/symbolicator/blob/master/crates...

  • This isn’t the way to speed up Rust compile times
    7 projects | news.ycombinator.com | 26 Aug 2023
    > Aren't they slower or about as slow as C++, which is notorious for being frustratingly slow, especially for local, non-distributed builds?

    Yes. Significantly slower. The last rust crate I pulled [0] took as long to build as the unreal engine project I work on.

    [0] https://github.com/getsentry/symbolicator/

  • Launch HN: Highlight.io (YC W23) – Open-source, full stack web app monitoring
    15 projects | news.ycombinator.com | 18 Jul 2023
    2022: https://blog.sentry.io/we-just-gave-260-028-dollars-to-open-...

    In addition to that, there are contributions to open source done in the form of code that is, open source, such as the symbolication service: https://github.com/getsentry/symbolicator and many others: https://github.com/getsentry/

  • Introduction to Sentry Symbolicator
    2 projects | news.ycombinator.com | 4 Apr 2023
  • Seed – A Rust front-end framework for creating fast and reliable web apps
    18 projects | news.ycombinator.com | 17 Sep 2021
    Digging up the topic, I also found that new framework https://github.com/tokio-rs/axum, which already seems to be popular.

    Sentry is rewriting some of their libs from Actix to Axum: https://github.com/getsentry/symbolicator/commit/b6ef7cb00b7...

  • What’s up with these new not-open source licenses?
    2 projects | news.ycombinator.com | 18 Mar 2021
    Disclosure: I work at Sentry.

    > My personal term for this sort of "We're OK with little people using the software but we don't want any competition"

    Large companies are free to use Sentry. There are Fortune 50 companies running Sentry at scale internally without paying us a cent. That's totally cool.

    You're also free to compete with Sentry. You're not free to repackage Sentry for the purposes of competing us. There are lots of competing error and performance monitoring products out there that do perfectly fine without it.

    I should also note that many components of Sentry are distributed with OSI-approved licenses that you are free to use to compete with us. For example, our Symbolication service (https://github.com/getsentry/symbolicator) ships with an MIT license, and it's an important part of our business.

openreplay

Posts with mentions or reviews of openreplay. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-03.
  • Implementing 3D Graphics in React
    6 projects | dev.to | 3 May 2024
    Uncover frustrations, understand bugs and fix slowdowns like never before with OpenReplay — an open-source session replay tool for developers. Self-host it in minutes, and have complete control over your customer data. Check our GitHub repo and join the thousands of developers in our community.
  • Show HN: How Cobrowsing Works in Session Replay
    1 project | news.ycombinator.com | 14 Mar 2024
  • Show HN: Session Replay for iOS Developers
    1 project | news.ycombinator.com | 1 Mar 2024
  • Show HN: Capture and replay React Native sessions
    1 project | news.ycombinator.com | 23 Feb 2024
    - Optimize user experience: use insights to refine and improve your app’s usability.

    Interested? For more details, you can check out the GitHub repo [0] or documentation [1]:

    [0] https://github.com/openreplay/openreplay or documentation

    [1] https://docs.openreplay.com/en/rn-sdk/

  • Show HN: Tabbing through bugs? One replay to catch them all
    1 project | news.ycombinator.com | 16 Feb 2024
    Hey HN,

    For anyone who uses session replay tools to debug, monitor, or analyze user journeys, this feature might come in handy. OpenReplay — the self-hosted session replay tool that helps developers troubleshoot web apps faster — now supports tabbed browsing.

    *Here's how:*

    1. Capture and replay user sessions that span across multiple browser tabs, all within a single recording.

    2. OpenReplay's tracker communicates across browser tabs, ensuring accurate tracking of each tab, even when duplicated or opened with `window.open` without `_blank`.

    3. With "co-browsing", you can watch and support users in real-time and see how they navigate across multiple tabs of your app.

    *Why it’s important?*

    1. This feature is convenient for developers as it allows them to easily identify bugs by reviewing a complete session in one replay, rather than having to reference multiple recordings.

    2. It provides a deeper understanding of the user journey and interactions across multiple tabs in your web app, helping in the comprehension of complex user behaviors and paths.

    3. It provides accurate feedback on user tab actions such as opening, switching, and closing tabs, assisting in UX/UI improvements.

    Interested? For more details, you can check out the GitHub repo at https://github.com/openreplay/openreplay.

  • OpenReplay for Session Replays
    1 project | news.ycombinator.com | 13 Nov 2023
  • Launch HN: Highlight.io (YC W23) – Open-source, full stack web app monitoring
    15 projects | news.ycombinator.com | 18 Jul 2023
  • question about open source software
    1 project | /r/opensource | 2 Jun 2023
    You could maybe get in a scenario where a company rather sneakily changes their license without proper announcement to make usage non-open and billable, but that's pretty rare and bad behavior and that underhandedness may bite them back if it goes to court (I am not a lawyer). That said, it can happen. As an example, see this discussion I opened where the project switched licenses and the maintainers thought it was enough to only really announce this within a 1 hour YouTube video (Rather than their blog or update notes).
  • GitHub: List of open-source alternatives to everyday SaaS products
    8 projects | /r/opensource | 23 May 2023
    OpenReplay would not be typically be considered open source. (Which I have raised with them and have since been blocked from their repos).
  • Show HN: We built a ClickHouse-based logging service
    10 projects | news.ycombinator.com | 20 Apr 2023
    How does it compare to OpenReplay ?

    > Before deciding on ClickHouse, we were planning to use OpenSearch

    You should have tried Quickwit :)

    Anyway, sounds like a great project, best of luck!

    [1] https://github.com/openreplay/openreplay

    [2] https://github.com/quickwit-oss/quickwit

What are some alternatives?

When comparing symbolicator and openreplay you can also consider the following projects:

pgbouncer-fast-switchover - Adds query routing and rewriting extensions to pgbouncer

PostHog - 🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.

rust-rdom - 🍂 A Rust-based simulated DOM (browser-independent replacement for web_sys)

rrweb - record and replay the web

sycamore - A library for creating reactive web apps in Rust and WebAssembly

Sentry - Developer-first error tracking and performance monitoring

pinwheel - Pinwheel is a library for writing web user interfaces with Rust.

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

dropshot - expose REST APIs from a Rust program

asayer-indexeddb - Getting Started with IndexedDB for Big Data Storage

sauron - A versatile web framework and library for building client-side and server-side web applications

budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀