Commit 67fa5d23 authored by raju249's avatar raju249

Change key in entity

parent c4f7787b
# frozen_string_literal: true
module ErrorTracking
class ProjectSettingsService < ErrorTracking::BaseService
private
def fetch
project_error_tracking_setting.sentry_project_settings
end
end
end
\ No newline at end of file
...@@ -168,7 +168,7 @@ module API ...@@ -168,7 +168,7 @@ module API
class SentryProjectErrorTrackingSettings < Grape::Entity class SentryProjectErrorTrackingSettings < Grape::Entity
expose :project_name expose :project_name
expose :project_url expose :sentry_external_url
end end
class RemoteMirror < Grape::Entity class RemoteMirror < Grape::Entity
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment