Skip to content

Instantly share code, notes, and snippets.

@Spyryto
Spyryto / readme.md
Last active June 8, 2022 10:26
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>For loop benchmark</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
@Spyryto
Spyryto / index.html
Last active October 7, 2016 09:34
TalkScript transpiling #jsbench #jsperf (http://jsbench.github.io/#86150c5836e09db1f06781dcb78a08e9) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>TalkScript transpiling #jsbench #jsperf</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>