Skip to content

Commit

Permalink
traces->spans
Browse files Browse the repository at this point in the history
  • Loading branch information
psykhi committed Apr 5, 2024
1 parent e073f76 commit c8eda3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opperai",
"version": "0.4.0",
"version": "0.4.1",
"description": "The official Node library for the OpperAi API",
"main": "dist/index.js",
"types": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Client {
functions = new Functions(this);
indexes = new Indexes(this);
events = new Events(this);
traces = new Spans(this);
spans = new Spans(this);

calcAuthorizationHeaders = () => {
const isUsingAuthorization = this.isUsingAuthorization;
Expand Down

0 comments on commit c8eda3f

Please sign in to comment.