From 2da167c02297bc5ddb7e00354f75125b769803c2 Mon Sep 17 00:00:00 2001 From: Mosh Feu Date: Tue, 29 Oct 2024 23:31:34 +0200 Subject: [PATCH] Update index.ts --- src/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.ts b/src/api/index.ts index 916ac341..09ffefb8 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -356,7 +356,7 @@ export default class ApiService { return; } - Sentry.configureScope((scope) => { + Sentry?.configureScope((scope) => { scope.setUser({ email, id: _id,