Lately I see lots of errors in postgresql.
I need to pay attention to it? What to do with it?
PostgreSQL 9.5
ERROR: duplicate key value violates unique constraint "sentry_eventuser_project_id_1a96e3b719e55f9a_uniq"
DETAIL: Key (project_id, hash)=(2, 36de309602983818b4c2b9b606ef4ff4) already exists.
STATEMENT: INSERT INTO "sentry_eventuser" ("project_id", "hash", "ident", "email", "username", "ip_address", "date_added") VALUES (2, '36de309602983818b4c2b9b606ef4ff4', '40644', NULL, '5ba1ccc87asdasdasd11202420a000003', '10.0.0.10', '2017-02-11 07:51:09.136418+00:00') RETURNING "sentry_eventuser"."id"
ERROR: duplicate key value violates unique constraint "sentry_organizationonboar_organization_id_47e98e05cae29cf3_uniq"
DETAIL: Key (organization_id, task)=(1, 5) already exists.
STATEMENT: INSERT INTO "sentry_organizationonboardingtask" ("organization_id", "user_id", "task", "status", "date_completed", "project_id", "data") VALUES (1, NULL, 5, 1, '2017-02-11 07:51:09.239742+00:00', 2, '{}') RETURNING "sentry_organizationonboardingtask"."id"
ERROR: duplicate key value violates unique constraint "sentry_grouprelease_group_id_46ba6e430d088d04_uniq"
DETAIL: Key (group_id, release_id, environment)=(1930, 262, ) already exists.
STATEMENT: INSERT INTO "sentry_grouprelease" ("project_id", "group_id", "release_id", "environment", "first_seen", "last_seen") VALUES (2, 1930, 262, '', '2017-02-11 07:50:20+00:00', '2017-02-11 07:50:20+00:00') RETURNING "sentry_grouprelease"."id"