Skip to content

Commit

Permalink
Merge pull request #2334 from kepae/rollbar
Browse files Browse the repository at this point in the history
Fix setting staging environment label
  • Loading branch information
kepae authored Oct 4, 2023
2 parents fdf1db6 + e46bbb6 commit babed3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/gatsby-site/static/rollbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let environment = 'other';
if (location.hostname == 'incidentdatabase.ai') {
environment = 'production';
} else if (location.hostname == 'staging-aiid.netlify.app') {
environment == 'staging';
environment = 'staging';
} else if (location.hostname == 'localhost') {
environment = 'localhost';
}
Expand Down

0 comments on commit babed3b

Please sign in to comment.