diff --git a/changelog/unreleased/collaboration-improved-tracing.md b/changelog/unreleased/collaboration-improved-tracing.md new file mode 100644 index 0000000000..fe921b620d --- /dev/null +++ b/changelog/unreleased/collaboration-improved-tracing.md @@ -0,0 +1,6 @@ +Enhancement: Tracing improvements in the collaboration service + +Uploads and downloads through the collaboration service will be traced. The openInApp request will also be linked properly with other requests in the tracing. +In addition, the collaboration service will include some additional information in the traces. Filtering based on that information might be an option. + +https://github.com/owncloud/ocis/pull/9684