Sentry with Next.js

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. sentry-javascript

    Official Sentry SDKs for JavaScript

    Add Sentry’s Next.js SDK to your next.js projects.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. sentry-webpack-plugin

    Discontinued Repo moved to https://github.com/getsentry/sentry-javascript-bundler-plugins. Please open any issues/PRs there.

    /** @type {import('next').NextConfig} */ const { withSentryConfig } = require( '@sentry/nextjs' ); const nextConfig = { reactStrictMode: true } const sentryWebpackPluginOptions = { // Additional config options for the Sentry Webpack plugin. Keep in mind that // the following options are set automatically, and overriding them is not // recommended: // release, url, org, project, authToken, configFile, stripPrefix, // urlPrefix, include, ignore silent: true, // Suppresses all logs // For all available options, see: // https://github.com/getsentry/sentry-webpack-plugin#options. }; module.exports = withSentryConfig( nextConfig, sentryWebpackPluginOptions );

  4. Sentry

    Developer-first error tracking and performance monitoring

    Now check your sentry dashboard to know more about the errors and performance metrics.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to integrate sentry to Nextjs application

    2 projects | dev.to | 16 Sep 2023
  • Methods and processes for reduce bugs in production

    2 projects | news.ycombinator.com | 24 Aug 2023
  • How do you handle Vuejs logging when deployed in Kubernetes?

    2 projects | /r/vuejs | 21 Feb 2023
  • Sentry releases MAUI support preview 1

    2 projects | /r/dotnetMAUI | 15 Jun 2022
  • Opinions on Different Error Monitoring Systems

    3 projects | /r/devops | 28 May 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?