-
- Downloads
HOLI-9733: introduce tracing with Sentry
* Every request creates it's own trace manually. Automatic instrumentation did not work here, so it did not suffice to just create spans and have Sentry auto-start or continue a trace. Therefore, Distributed tracing is probably not working yet with this commit. * Every request to the database or the GeoAPI is wrapped inside a Sentry span.
Showing
- .envrc.local.template 1 addition, 0 deletions.envrc.local.template
- app/config.ts 99 additions, 0 deletionsapp/config.ts
- app/deps.ts 1 addition, 0 deletionsapp/deps.ts
- app/geo_api_client.ts 61 additions, 50 deletionsapp/geo_api_client.ts
- app/geo_api_client_test.ts 12 additions, 12 deletionsapp/geo_api_client_test.ts
- app/main.ts 16 additions, 100 deletionsapp/main.ts
- app/server.ts 19 additions, 12 deletionsapp/server.ts
- app/voltastics_test.ts 4 additions, 4 deletionsapp/voltastics_test.ts
- app/volunteering_db.ts 166 additions, 171 deletionsapp/volunteering_db.ts
- app/volunteering_db_test.ts 16 additions, 16 deletionsapp/volunteering_db_test.ts
- deno.lock 8 additions, 19 deletionsdeno.lock
- terraform/environments/deployment.tf 4 additions, 0 deletionsterraform/environments/deployment.tf
Loading
Please register or sign in to comment