Skip to content

Commit

Permalink
updates sentry project for docs subdomain (#7890)
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis authored Feb 8, 2019
1 parent af11a75 commit edaaee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/page_shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PageShell extends React.Component {

let sentryInit = {};
if (isProduction) {
sentryInit = { sentryDsn: 'https://581913e6cd0845d785f5b551a4986b61@sentry.io/11290' };
sentryInit = { sentryDsn: 'https://6ba8cfeeedad4fb7acb8576f0fd6e266@sentry.io/1384508' };
} else {
sentryInit = false;
}
Expand Down

0 comments on commit edaaee0

Please sign in to comment.