diff --git a/App/util/sentry.ts b/App/util/sentry.ts index 22bfcc77..9c9905a4 100644 --- a/App/util/sentry.ts +++ b/App/util/sentry.ts @@ -26,6 +26,8 @@ const UNTRACKED_ERRORS = [ 'Location request timed out', 'Location request failed due to unsatisfied device settings', 'Reverse geocoding returned no results', + // Notifications not allowed + 'Permission to access notifications was denied', // No results from data providers 'does not have PM2.5 measurings right now', 'Cannot normalize, got 0 result' diff --git a/package.json b/package.json index abd49f03..16bc62b4 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "@expo/vector-icons": "^10.0.0", "@hapi/hawk": "^8.0.0", "@shootismoke/convert": "^0.2.8", - "@shootismoke/dataproviders": "^0.2.17", - "@shootismoke/graphql": "^0.2.19", + "@shootismoke/dataproviders": "^0.2.23", + "@shootismoke/graphql": "^0.2.22", "@types/haversine": "^1.1.4", "@types/i18n-js": "^3.0.1", "@types/p-any": "^1.1.3", diff --git a/yarn.lock b/yarn.lock index 0800c097..fb96cdda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1875,10 +1875,10 @@ resolved "https://registry.yarnpkg.com/@shootismoke/convert/-/convert-0.2.8.tgz#328eb9d32aff370020f1ba17c1badc340c102300" integrity sha512-fa8PdUZOCbEjrRAgteXBIywMNMaXriFcaiy+2PTqBLZKBhi/EkHm4BsdTO1WyYEQwj61YgGzkMYRrlA+1yX4kw== -"@shootismoke/dataproviders@^0.2.17": - version "0.2.17" - resolved "https://registry.yarnpkg.com/@shootismoke/dataproviders/-/dataproviders-0.2.17.tgz#0f6581e62ca44060a6849aaefcde3d9c91ff091c" - integrity sha512-t5a6J/x8tCIVIaFOCiOtrllrq6M7QiIdgTxoZWThFu52FaL8huVLD0dN9a5y6OJ0J3bkYsXx74sJTGYBCBB3aA== +"@shootismoke/dataproviders@^0.2.23": + version "0.2.23" + resolved "https://registry.yarnpkg.com/@shootismoke/dataproviders/-/dataproviders-0.2.23.tgz#b563826c0093552bb517e8e21ff1d7627adb244d" + integrity sha512-0Gy4WVhLw/xPwrq43Nkksa2FwkXzFTohVx6umQYhf9feF/2vQhmji76jjHQ6dIl+8cMdHGvhkXo94EtcWKYCOQ== dependencies: "@shootismoke/convert" "^0.2.8" axios "^0.19.0" @@ -1887,10 +1887,10 @@ fp-ts "^2.1.1" io-ts "^2.0.1" -"@shootismoke/graphql@^0.2.19": - version "0.2.19" - resolved "https://registry.yarnpkg.com/@shootismoke/graphql/-/graphql-0.2.19.tgz#0a7fd0ac073e5bf0f12860d3a0ac5dd37b6437be" - integrity sha512-eYmubirdyj8RkAyxpyH9sBVqPETmPHTw1wf3oBOgJqXXiGI3Kyn6zOn9OqzWUtVolahUQ28eV/BCVkpYvA9MRg== +"@shootismoke/graphql@^0.2.22": + version "0.2.22" + resolved "https://registry.yarnpkg.com/@shootismoke/graphql/-/graphql-0.2.22.tgz#78b8bffc62e48c466562a2ae36ca82004afca372" + integrity sha512-l2DHSSqBZ998qyY0P2B04VoyZdiWUOTMt5ng+UDlMhgX3qpMF0H4mYzQkeEYXLNaSOSxNk6wDtoac2Ol7XYQdw== "@types/babel__core@^7.1.0": version "7.1.2"