Skip to content

Commit

Permalink
fix e2e imports and debug cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vthomas13 committed Aug 19, 2024
1 parent 2e270ec commit ec8df4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/scripts/lib/setupSentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default function setupSentry() {
function getClientOptions() {
const environment = getSentryEnvironment();
const sentryTarget = getSentryTarget();
console.log('ManagementVT', browser.management);
browser.management
.getSelf()
.then((extensionInfo) => {
Expand Down Expand Up @@ -347,7 +346,6 @@ export function rewriteReport(report) {
report.extra.extensionId = browser.runtime.id;
}
report.extra.installType = installType;
console.log('EXTRA:', report.extra);
} catch (err) {
log('Error rewriting report', err);
}
Expand Down
2 changes: 1 addition & 1 deletion ui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import browser from 'webextension-polyfill';
import { getEnvironmentType } from '../app/scripts/lib/util';
import { AlertTypes } from '../shared/constants/alerts';
import { maskObject } from '../shared/modules/object.utils';
import { SENTRY_UI_STATE } from '../app/scripts/lib/setupSentry';
import { SENTRY_UI_STATE } from '../app/scripts/constants/sentry-state';
import { ENVIRONMENT_TYPE_POPUP } from '../shared/constants/app';
import { COPY_OPTIONS } from '../shared/constants/copy';
import switchDirection from '../shared/lib/switch-direction';
Expand Down

0 comments on commit ec8df4f

Please sign in to comment.