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

Update bootstrap.tsx #18831

Closed
wants to merge 1 commit into from
Closed

Update bootstrap.tsx #18831

wants to merge 1 commit into from

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented May 14, 2020

No description provided.

@billyvg billyvg requested a review from dcramer May 14, 2020 16:57
Copy link
Member

@dcramer dcramer left a comment

Choose a reason for hiding this comment

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

gtfo

@@ -37,7 +37,7 @@ function getSentryIntegrations() {
tracingOrigins: ['localhost', 'sentry.io', /^\//],
}),
];
if (window.__SENTRY__USER && window.__SENTRY__USER.isStaff) {
if (window.__SENTRY__USER && window.__SENTRY__USER.isStaff && window.__SENTRY__USER.email !== 'billy@sentry.io') {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if (window.__SENTRY__USER && window.__SENTRY__USER.isStaff && window.__SENTRY__USER.email !== 'billy@sentry.io') {
if (window.__SENTRY__USER && window.__SENTRY__USER.isStaff && window.__SENTRY__USER.email !== 'aleal@sentry.io') {

@billyvg billyvg closed this May 15, 2020
@billyvg billyvg deleted the billyvg-patch-1 branch May 15, 2020 16:52
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2020
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.

None yet

3 participants