This is imported from https://github.com/mozilla-services/screenshots/. It has been reviewed as patches landed, but also reviewed by Mossop and kmag. This also includes the patch from bug 1356394 MozReview-Commit-ID: FXIVw7WjxlN
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
window.buildSettings = {
|
|
defaultSentryDsn: process.env.SCREENSHOTS_SENTRY,
|
|
logLevel: process.env.SCREENSHOTS_LOG_LEVEL || "warn"
|
|
};
|
|
null;
|