Skip to content

Commit

Permalink
Fix sentry error (tldraw#5269)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitjaBezensek authored Jan 23, 2025
1 parent 908f004 commit 5d3e4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/dotcom/sync-worker/src/TLPostgresReplicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,9 @@ export class TLPostgresReplicator extends DurableObject<Environment> {
case 'user':
this.handleUserEvent(row, event)
return
// We don't synchronize events for these tables
case 'asset':
// we don't synchronize asset information
case 'applied_migrations':
return
default:
this.captureException(new Error(`Unhandled table: ${event.relation.table}`), {
Expand Down

0 comments on commit 5d3e4a1

Please sign in to comment.