Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/166546060_remove-sentry-info-restoreAccess-error #1199

Merged
merged 1 commit into from Jun 20, 2019

Conversation

alazarevski
Copy link
Contributor

Remove sentry message on an empty access token for a connection

@@ -55,7 +55,6 @@ export const fetchOldInviteNotificationsAction = (theWalletId?: string = '') =>
} = getState();

if (accessTokens === undefined || !accessTokens.length) {
Sentry.captureMessage('Empty connection access tokens, dispatching restoreAccessTokensAction', { level: 'info' });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you think we don't need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will almost always trigger because accessTokens are not used anymore, the condition is needed for old non-migrated connections yet

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks

@alazarevski alazarevski merged commit a503bef into develop Jun 20, 2019
@alazarevski alazarevski deleted the fix/remove-sentry-info-restoreAccess-error branch June 20, 2019 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants