From 6f660e5d3fb890e9103f143050dd839d40f3b08c Mon Sep 17 00:00:00 2001 From: yashmantri Date: Mon, 11 Nov 2024 22:47:43 +0530 Subject: [PATCH] NTP-11577 | Cybertron Integration --- src/components/utlis/sentry.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/utlis/sentry.ts b/src/components/utlis/sentry.ts index 21b9962e..c722d993 100644 --- a/src/components/utlis/sentry.ts +++ b/src/components/utlis/sentry.ts @@ -17,7 +17,6 @@ function makeFetchTransport(options: any): any { }; return fetch(options.url, requestOptions).then((response) => { - toast({ type: 'success', text1: options?.url }); return { statusCode: response.status, headers: {