Skip to content

Commit

Permalink
fix: remove Sentry set user
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu authored Oct 29, 2024
1 parent f29d1f6 commit 42ee30c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,20 +356,6 @@ export default class ApiService {
return;
}

Sentry?.configureScope((scope) => {
scope.setUser({
email,
id: _id,
username: name,
});
});

setVisitor({
name,
email,
roles,
});

return response.data;
}
}
Expand Down

0 comments on commit 42ee30c

Please sign in to comment.