diff options
author | Eric Bailey <git@esb.lol> | 2024-01-25 23:11:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 21:11:01 -0800 |
commit | bc502edae150173d7b5ead0eddb739994929ac97 (patch) | |
tree | bfe4f3b9850d03339a73495db48977524bb510f8 /src/view/com/post-thread/PostThread.tsx | |
parent | 3371038f7d8b740f2415d3a54dc99b69e0598042 (diff) | |
download | voidsky-bc502edae150173d7b5ead0eddb739994929ac97.tar.zst |
Clean up some sentry logs (#2630)
* Change prop name for sentry ingestion * Fix test * Add default object
Diffstat (limited to 'src/view/com/post-thread/PostThread.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThread.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index cace5c38b..ef3d7e2b6 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -238,7 +238,7 @@ function PostThreadLoaded({ try { await onRefresh() } catch (err) { - logger.error('Failed to refresh posts thread', {error: err}) + logger.error('Failed to refresh posts thread', {message: err}) } setIsPTRing(false) }, [setIsPTRing, onRefresh]) |