Skip to content

Commit f3effd6

Browse files
fix(config): preserve canonical project.id
1 parent 5c07830 commit f3effd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ export const OtelPlugin: Plugin = async ({ project, client, directory, worktree
108108
const messageOutputs = new Map()
109109
const { disabledMetrics, disabledTraces } = config
110110
const commonAttrs = {
111-
"project.id": project.id,
112111
...parseAttributePairs(config.spanAttributes),
112+
"project.id": project.id,
113113
} as const
114114

115115
if (disabledMetrics.size > 0) {

0 commit comments

Comments
 (0)