runbot/forwardport
Xavier Morel ed0fd88854 [ADD] runbot_merge: sentry instrumentation
Currently sentry is only hooked from the outside, which doesn't
necessarily provide sufficiently actionable information.

Add some a few hooks to (try and) report odoo / mergebot metadata:

- add the user to WSGI transactions
- add a transaction (with users) around crons
- add the webhook event info to webhook requests
- add a few spans to the long-running crons, when they cover multiple
  units per iteration (e.g. a span per branch being staged)

Closes #544
2023-06-21 14:26:19 +02:00
..
changelog [FIX] *: fix forward port inserter if last branch is disabled 2022-12-01 10:57:32 +01:00
data [IMP] *: allow disabling staging on branch, remove fp target flag 2023-06-14 16:01:42 +02:00
migrations [IMP] forwardport: store and display detachment reason 2023-01-19 14:23:41 +01:00
models [ADD] runbot_merge: sentry instrumentation 2023-06-21 14:26:19 +02:00
tests [REF] *: move most feedback messages to pseudo-templates 2023-06-14 16:01:45 +02:00
__init__.py [ADD] mergebot, forwardbot: changelog 2021-10-20 15:16:48 +02:00
__manifest__.py [IMP] forwardport: store and display detachment reason 2023-01-19 14:23:41 +01:00
controllers.py [ADD] mergebot, forwardbot: changelog 2021-10-20 15:16:48 +02:00