mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix #604
This commit is contained in:
@ -96,7 +96,7 @@ const pushUseConnect = () => {
|
||||
)
|
||||
|
||||
useEffect(() => {
|
||||
Sentry.setContext('Push', { expoToken, pushEnabledCount })
|
||||
Sentry.setTags({ expoToken, pushEnabledCount })
|
||||
|
||||
if (expoToken && pushEnabledCount) {
|
||||
connectQuery.refetch()
|
||||
|
Reference in New Issue
Block a user