diff options
Diffstat (limited to 'lib/sentry/client.rb')
-rw-r--r-- | lib/sentry/client.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/sentry/client.rb b/lib/sentry/client.rb index b3a29a5e423..9a93f3c3f6f 100644 --- a/lib/sentry/client.rb +++ b/lib/sentry/client.rb @@ -27,15 +27,6 @@ module Sentry } end - def request_params - { - headers: { - 'Authorization' => "Bearer #{@token}" - }, - follow_redirects: false - } - end - def get_issues(issue_status:, limit:) resp = Gitlab::HTTP.get( issues_api_url, |