Skip to content

Instantly share code, notes, and snippets.

@Spyryto
Last active June 8, 2022 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spyryto/2155dd8dc6c4cd483e724c28abbcf8cb to your computer and use it in GitHub Desktop.
Save Spyryto/2155dd8dc6c4cd483e724c28abbcf8cb to your computer and use it in GitHub Desktop.
Sentry - installazione
  1. Creare Team su Sentry http://sentry.io
  2. Creare Progetto su Sentry
  3. Aggiungere libreria Sentry su Laravel https://docs.sentry.io/platforms/php/guides/laravel/
  4. Configurare libreria con endpoint Sentry ed environment staging e production (parametri letti da env)
  5. Testare l'invio di eccezioni (prima in locale e poi in staging)
  6. Testare il tracing delle richieste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment