### Description Currently the root span name is hard coded to `OpenCode: ${getProjectName(input.worktree)}`. https://github.com/braintrustdata/braintrust-opencode-plugin/blob/1abb06e6c262aed3a96931d50d0d781e55bb8a11/src/tracing.ts#L284 It would be nice to be able to override that name with a config value like `rootSpanName`. For context you can do this in the SDKs in functions like `wrapTraced` for instance (defaults to the function name). https://www.braintrust.dev/docs/reference/sdks/typescript/3.7.0/typescript#param-args-name-3
Description
Currently the root span name is hard coded to
OpenCode: ${getProjectName(input.worktree)}.braintrust-opencode-plugin/src/tracing.ts
Line 284 in 1abb06e
It would be nice to be able to override that name with a config value like
rootSpanName. For context you can do this in the SDKs in functions likewrapTracedfor instance (defaults to the function name).https://www.braintrust.dev/docs/reference/sdks/typescript/3.7.0/typescript#param-args-name-3