Wooow! La herramienta de SENTRY es incre铆ble, inmediata-mente la voy a implementar en mis proyectos!!!
Platzi 鉂わ笍 DevOps
Introducci贸n
Lo que aprender谩s sobre DevOps con GitLab
驴Qu茅 es Devops?
El ciclo de vida del Devops
Introducci贸n a Gitlab
Gitlab vs Github
Administraci贸n
Autenticaci贸n
Grupos
Autorizaci贸n
Auditor铆a
Proyectos
Planificaci贸n
Tipos de desarrollo
Planificaci贸n en Gitlab-Issues
Planificaci贸n en Gitlab-Etiquetas
Planificaci贸n en Gitlab-Pesos
Planificaci贸n en Gitlab-Milestones
Planificaci贸n en Gitlab-Boards
Planificaci贸n en Gitlab-Service Desk
Planificaci贸n en Gitlab-Quick actions
Verificaci贸n
Inicializaci贸n del repositorio
Merge requests
Profundizando en Merge requests
Continuous Integration-CI
Gitlab CI
Automatizacion con GitLab Cl
Validacion de la configuracion con GitLab Cl
gitlab-ci.yml
Gitlab pages
Implementando Gitlab pages
驴Qu茅 es el Desarrollo 脕gil?
Gitlab autodevops
Implementando GitLab autodevops
Habilitando autodevops
Empaquetaci贸n
Gitlab container registry
Introducci贸n a contenedores
Seguridad
Introducci贸n a DevSecOps
Firmas de seguridad
Pruebas est谩ticas de seguridad
Escaneo de contenedores
Escaneo de dependencias
Pruebas din谩micas de seguridad
Gitlab security dashboard
Distribuci贸n
Continuous Delivery (CD)
Ambientes
Review apps
Estrategias de Distribuci贸n
Feature Flags
Rollback
Monitoreo
驴Por qu茅 monitorear?
M茅tricas de desempe帽o (performance metrics)
M茅tricas de salud (health metrics)
Metricas de equipo
Rastreo de errores
Conclusiones
驴Por qu茅 desarrollar con Gitlab?
You don't have access to this class
Keep learning! Join and start boosting your career
Error tracing is an essential part of application monitoring. Understanding what errors are occurring on our customers' devices allows us to continuously improve and adjust our software. While we monitor health and performance metrics, it is crucial to know what part of the code is generating errors. This is even more critical when our audience is non-technical, as it makes it difficult to try to reproduce the error based simply on user descriptions of the problem.
Sentry is a powerful tool for bug tracking integration. This open source platform allows both the use of your infrastructure and the private management of your own server. The integration with Sentry and GitLab (GitClear) allows us to quickly identify bugs, browser details, and other device data, leading us exactly to the problem.
Acquire your API ID from Sentry: We generate a project in Sentry and set up our account to get the necessary data for the API.
Configure GitLab with Sentry: In GitLab, we activate the option to communicate with Sentry by entering the authentication token and selecting the corresponding project.
Set appropriate permissions: Limit token permissions to only those necessary (must include project and event:write), avoiding unnecessary exposure.
Verify the connection: With all the data in place, we connect both platforms and test the integration by generating a test event.
The integration between Sentry and GitLab allows any error generated to be reported with:
In addition, GitLab will display these bugs in its interface, allowing you to see in detail their origin and how they may have impacted users.
Without proper monitoring, bugs can anger users and damage your business. Efficient bug tracking and resolution facilitates the implementation of constant improvements and ensures that users have the best possible experience with your application.
That's why it's vital to have tracking processes in place that enable continuous integration, as Sentry does, to maintain robust applications and efficiently manage issues before they become major inconveniences for users. If you ever have problems with integration, remember that you can consult or share your experiences in the comments - keep learning and improving!
Contributions 6
Questions 1
Wooow! La herramienta de SENTRY es incre铆ble, inmediata-mente la voy a implementar en mis proyectos!!!
Platzi 鉂わ笍 DevOps
Hoy en d铆a esta en la opci贸n Monitor->Error Tracking
falto ocultar el token.
Genial, hoy he conocido una nueva aplicaci贸n para ser m谩s pro en el desarrollo de aplicaciones.
Super interesante, esto en verdad hace una gran diferencia al momento de hacer monitoreo.
Una muy buena herramienta!
Want to see more contributions, questions and answers from the community?