-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: implement report problem feature, revert pn change #2322
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Bryce McMath <[email protected]>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pre-review to clarify a couple things
@@ -113,7 +114,6 @@ export class AppContainer implements Container { | |||
lokiUrl: Config.REMOTE_LOGGING_URL, | |||
lokiLabels: { | |||
application: getApplicationName().toLowerCase(), | |||
job: 'react-native-logs', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
job
is now specified by the remote logger, if we also specify it here, every job will be the same whether they are incident reports or remote logging sessions. Having separate jobs should allow us to have different lifespans for each job type
@@ -190,7 +190,7 @@ const useInitializeBCAgent = () => { | |||
|
|||
if (store.preferences.usePushNotifications) { | |||
logger.info('Activating push notifications...') | |||
await activate(newAgent) | |||
activate(newAgent) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm hoping this reverted line will fix the issue Shel mentioned that happens during SauceLabs app initialization
Leaving in draft until Bifold package deps are ready and updated but it's here if you want to see how the Bifold changes are used. Depends on: