Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. this release we integrated Sentry io into the webapp, sentry is designed to pick up on exceptions and errors that occur on customer systems, so we get to see errors & problems we might only ever see with very extended testing.
  2.  
  3. This isn't just limited to customer systems, we are in the process of rolling out Sentry across the cluster services so we can get visibility on exceptions raised by the cluster
  4.  
  5. If I go to the homepage, you can see the projects we have and nice little graphs
  6.  
  7. Once I click on one of the projects, we can see all the errors & their frequency
  8.  
  9. We can also specify by environment to see how many exceptions each environment has
  10.  
  11. One feature we have in the pipeline associated to this will give us additional visibility on potential cross site scripting attacks
  12.  
  13. Another feature we've integrated is a Jira connection, so we can easily raise or link OPS tickets associated to the exception
  14.  
  15. Sentry also sends out a Weekly report of how the many errors have been raised, resolved and regressed over the week.
  16.  
  17. sentry
  18. - projects
  19. - includes services
  20. - specify by environment
  21. - includes CSP potential too
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement