Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/support/system_logs/sentry.rb')
-rw-r--r--qa/qa/support/system_logs/sentry.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/qa/qa/support/system_logs/sentry.rb b/qa/qa/support/system_logs/sentry.rb
index a1bd53e7d7a..79a5df7b10a 100644
--- a/qa/qa/support/system_logs/sentry.rb
+++ b/qa/qa/support/system_logs/sentry.rb
@@ -5,10 +5,10 @@ module QA
module SystemLogs
class Sentry
BASE_URLS = {
- staging: 'https://sentry.gitlab.net/gitlab/staginggitlabcom/?environment=gstg',
- staging_ref: 'https://sentry.gitlab.net/gitlab/staging-ref/?environment=all',
- pre: 'https://sentry.gitlab.net/gitlab/pregitlabcom/?environment=all',
- production: 'https://sentry.gitlab.net/gitlab/gitlabcom/?environment=gprd'
+ staging: 'https://new-sentry.gitlab.net/organizations/gitlab/issues/?environment=gstg&project=3',
+ staging_ref: 'https://new-sentry.gitlab.net/organizations/gitlab/projects/staging-ref/?project=18',
+ pre: 'https://new-sentry.gitlab.net/organizations/gitlab/issues/?environment=pre&project=3',
+ production: 'https://new-sentry.gitlab.net/organizations/gitlab/issues/?environment=gprd&project=3'
}.freeze
def initialize(env, correlation_id)