Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

143
Vistas
How to send all HTTP request errors to the Sentry in a Reactjs app in 2022?

I've developed a react@16.14.0 app, and I want to log every HTTP request error in Sentry. I read the Sentry documentation, and I use the captureException function of Sentry in the all catch block of my HTTP requests.

     .
     .
     .
try {
        await Api.retryConfirmationEmail(response); // This is a HTTP request
    } catch (err) {
        Sentry.captureException(err);
    }
    .
    .
    .

And this is the Sentry configuration:

import * as Sentry from "@sentry/react";
import { Integrations } from "@sentry/tracing";

const init = () => {
    Sentry.init({
        dsn: *******,
        integrations: [new Integrations.BrowserTracing()],
        tracesSampleRate: 1.0,
    });
};

Why is the HTTP request error doesn't log in to Sentry?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda