Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 557 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 557 Bytes

dashing-sentry

Dashing widget for a Top 5 from Sentry error tracking

Got

Usage

Add job and widget files to your project.

config.yml

sentry:
  projects:
    YOUR_PROJECT_NAME:
      name: YOUR_PROJECT_NAME
      organization: YOUR_ORGANIZATION_NAME
      api_key: YOUR_API_KEY

dashboard.erb

<li data-row="1" data-col="1" data-sizex="2" data-sizey="1">
  <div data-id="sentry_toperrors_PROJECT_NAME" data-view="SentryTopErrors" data-title="Top 5 errors"></div>
</li>

License

MIT