Skip to content
Snippets Groups Projects
  • Daniel Bimschas's avatar
    2ab39c92
    HOLI-9733: introduce tracing with Sentry · 2ab39c92
    Daniel Bimschas authored
    * 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.
    2ab39c92
    History
    HOLI-9733: introduce tracing with Sentry
    Daniel Bimschas authored
    * 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.