Skip to content

Commit

Permalink
Merge pull request #38 from opper-ai/686-add-metadata-to-span
Browse files Browse the repository at this point in the history
Use correct metadata api key
  • Loading branch information
christopher-weir authored Sep 19, 2024
2 parents e5f7d0f + ecb08e8 commit 5999205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Traces extends APIResource {
input: stringify(input),
start_time,
uuid: nanoId(),
metadata,
...(metadata && { meta: metadata }),
});

if (response.ok) {
Expand Down

0 comments on commit 5999205

Please sign in to comment.