Hello,
i have the following issue on sentry 8.18.0. It seems that sentry received data but don’t save new issues :s For example i saw new releases of my application but not the issues related to that release
ProgrammingError: ProgrammingError(‘column sentry_grouphash.group_tombstone_id does not exist\nLINE 1: …grouphash".“hash”, “sentry_grouphash”.“group_id”, "sentry_gr…\n ^\n’,)
SQL: SELECT “sentry_grouphash”.“id”, “sentry_grouphash”.“project_id”, “sentry_grouphash”.“hash”, “sentry_grouphash”.“group_id”, “sentry_grouphash”.“group_tombstone_id”, “sentry_grouphash”.“state” FROM “sentry_grouphash” WHERE (“sentry_grouphash”.“project_id” = %s AND “sentry_grouphash”.“hash” = %s )
Do you have any idea?
Regards,
Lyandr