Add changelog entry.

This commit is contained in:
Daniël Franke
2023-07-05 09:16:16 +02:00
parent 919404bafe
commit 2d1e5044ef

View File

@@ -0,0 +1,6 @@
Enhancement: Move graph to service tracerprovider
This moves the graph to initialise a service tracer provider at service initialisation time,
instead of using a package global tracer provider.
https://github.com/owncloud/ocis/pull/6695