Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

chore: revert changes to handle new and old QR formats + sentry logging [SGW-3617] [SGW-4562] #792

Conversation

dalsontws
Copy link
Contributor

@dalsontws dalsontws commented Jun 6, 2024

@dalsontws dalsontws force-pushed the revert-789-revert-777-feat/scan-login-QR-to-navigate-to-endpoint- branch from 3620b34 to d92ba04 Compare June 6, 2024 06:56
@dalsontws dalsontws changed the title chore: revert changes to handle new and old QR formats chore: revert changes to handle new and old QR formats + sentry logging Jun 6, 2024
@supplyally-bot
Copy link

Application

Expo QR
OR Enter this link into your dev client: exp+rationally://expo-development-client/?url=https://u.expo.dev/cf511b6b-f66b-45b5-b856-2339182f8052?channel-name=pr792

Storybook

Expo QR
OR Enter this link into your dev client: exp+rationally://expo-development-client/?url=https://u.expo.dev/cf511b6b-f66b-45b5-b856-2339182f8052?channel-name=storybook-pr792

Comment on lines +55 to +62
// We had some issues with deep-linking endpoints on web app,
// and had to use ASCII encoding of special characters as a solution
// However the mobile app doesn't seem to recognise this well hence we
// need to replace them if present
const cleanedEndpoint = parsedCode.endpoint.replace(
"https%3A%2F%2F",
"https://"
);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

needed to ensure ASCII encoded endpoints (required for web app) works

@dalsontws dalsontws changed the title chore: revert changes to handle new and old QR formats + sentry logging chore: revert changes to handle new and old QR formats + sentry logging [SGW-3617] Jun 6, 2024
Copy link

@dalsontws dalsontws merged commit 4dfa244 into master Jun 6, 2024
8 checks passed
@dalsontws dalsontws deleted the revert-789-revert-777-feat/scan-login-QR-to-navigate-to-endpoint- branch June 6, 2024 08:23
@dalsontws dalsontws changed the title chore: revert changes to handle new and old QR formats + sentry logging [SGW-3617] chore: revert changes to handle new and old QR formats + sentry logging [SGW-3617] [SGW-4562] Jun 6, 2024
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants