I've found in the Configuration class the function createSentryConfiguration:
'Whether or not to enable passing trace and transaction id to Sentry. ' .
'Note: ensure to set $sentry->tracing->enabled(false) to disable Sentry's own tracing.'
But if I disable the tracing for Sentry, how will it work with the trace bundle?
Maybe you have an example of such a config?
Btw, thanks for the great bundle !