Module: ErrorTracking::SentryClient::Projects

Included in:
ErrorTracking::SentryClient
Defined in:
lib/error_tracking/sentry_client/projects.rb

Instance Method Summary collapse

Instance Method Details

#projectsObject



6
7
8
9
10
11
12
# File 'lib/error_tracking/sentry_client/projects.rb', line 6

def projects
  projects = get_projects

  handle_mapping_exceptions do
    map_to_projects(projects)
  end
end