Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

new sentry instance #1039

Merged
merged 1 commit into from
Jul 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion browser/bundles/o-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const appInfo = {

oErrors.init({
enabled: window.nextFeatureFlags.clientErrorReporting && appInfo.isProduction,
sentryEndpoint: 'https://edb56e86be2446eda092e69732d8654b@sentry.io/32594',
sentryEndpoint: 'https://62a990fd8dce4a27aafb006b58783f66@sentry.io/195030',
siteVersion: appInfo.version,
logLevel: window.nextFeatureFlags.clientDetailedErrorReporting ? 'contextonly' : 'off',
tags: {
Expand Down