Clean up some sentry logs (#2630)
* Change prop name for sentry ingestion * Fix test * Add default object
This commit is contained in:
parent
3371038f7d
commit
bc502edae1
39 changed files with 84 additions and 147 deletions
|
|
@ -139,7 +139,7 @@ function FeedgenErrorMessage({
|
|||
msgLingui`There was an an issue removing this feed. Please check your internet connection and try again.`,
|
||||
),
|
||||
)
|
||||
logger.error('Failed to remove feed', {error: err})
|
||||
logger.error('Failed to remove feed', {message: err})
|
||||
}
|
||||
},
|
||||
onPressCancel() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue