mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
use ‘scratch-www’ rather than ‘www’ in report to sentry
This commit is contained in:
parent
fbbf467878
commit
cd73afee1b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class ErrorBoundary extends React.Component {
|
||||||
componentDidCatch (error, errorInfo) {
|
componentDidCatch (error, errorInfo) {
|
||||||
// Display fallback UI
|
// Display fallback UI
|
||||||
Sentry.withScope(scope => {
|
Sentry.withScope(scope => {
|
||||||
scope.setTag('project', 'www');
|
scope.setTag('project', 'scratch-www');
|
||||||
if (this.props.name) {
|
if (this.props.name) {
|
||||||
scope.setTag('errorboundary', this.props.name);
|
scope.setTag('errorboundary', this.props.name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue