Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #31

Merged
merged 32 commits into from
Apr 2, 2024
Merged
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e210184
Bug fix
karthikscale3 Apr 1, 2024
ef1ce1f
signup bug fix
karthikscale3 Apr 1, 2024
e77b9f0
user invite
karthikscale3 Apr 1, 2024
6f9f679
Merge pull request #7 from Scale3-Labs/karthik/teams-bug-fixes
karthikscale3 Apr 1, 2024
51ef09f
docs: add local setup instructions, cleanup files (#10)
darshit-s3 Apr 1, 2024
f75fab8
Update README.md (#11)
rohit-kadhe Apr 1, 2024
f4eab41
Bugfix auth (#12)
karthikscale3 Apr 1, 2024
5a3581c
Merge branch 'development' into release
karthikscale3 Apr 1, 2024
03f6536
Update README.md
rohit-kadhe Apr 1, 2024
1c4695c
Merge pull request #14 from Scale3-Labs/rohit/S3EN-2059-update-readme
rohit-kadhe Apr 1, 2024
4549370
Update favicon (#17)
karthikscale3 Apr 2, 2024
f8a00b8
Adding pagination to traces (#16)
dylanzuber-scale3 Apr 2, 2024
343cb43
Dylan/s3en 2060 adding more frontend pagination (#18)
dylanzuber-scale3 Apr 2, 2024
63fa12e
Merge branch 'development' of github.com:Scale3-Labs/langtrace into r…
karthikscale3 Apr 2, 2024
7d39600
updating prompt dialog (#19)
dylanzuber-scale3 Apr 2, 2024
540b613
Merge branch 'main' of github.com:Scale3-Labs/langtrace into release
karthikscale3 Apr 2, 2024
cdbb7a9
Show API key warning message (#20)
karthikscale3 Apr 2, 2024
b2cd5c2
Merge branch 'development' into release
karthikscale3 Apr 2, 2024
f0008e4
Fix null dereference checks (#21)
karthikscale3 Apr 2, 2024
e428dc9
Merge branch 'development' into release
karthikscale3 Apr 2, 2024
97fee7b
adding check for missing table (#22)
dylanzuber-scale3 Apr 2, 2024
1490b00
Merge branch 'development' into release
karthikscale3 Apr 2, 2024
73e73eb
Check length of data (#24)
karthikscale3 Apr 2, 2024
62e7250
Merge branch 'main' of github.com:Scale3-Labs/langtrace into release
karthikscale3 Apr 2, 2024
7cbc191
Merge branch 'development' into release
karthikscale3 Apr 2, 2024
a5d6ca1
flicker issue (#26)
karthikscale3 Apr 2, 2024
6c097a5
Merge branch 'main' of github.com:Scale3-Labs/langtrace into release
karthikscale3 Apr 2, 2024
238d43c
Flicker issue (#27)
karthikscale3 Apr 2, 2024
7041a32
Merge branch 'development' into release
karthikscale3 Apr 2, 2024
d0d5b18
Fix (#30)
karthikscale3 Apr 2, 2024
7dd49d0
Merge branch 'main' of github.com:Scale3-Labs/langtrace into release
karthikscale3 Apr 2, 2024
c30d1bf
Merge branch 'development' into release
karthikscale3 Apr 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The traces generated by Langtrace adhere to [Open Telemetry Standards(OTEL)](htt

To use the managed SaaS version of Langtrace, follow the steps below:

1. Sign up by going to [this link](www.langtrace.ai).
1. Sign up by going to [this link](https://langtrace.ai).
2. Create a new Project after signing up. Projects are containers for storing traces and metrics generated by your application. If you have only one application, creating 1 project will do.
3. Generate an API key by going inside the project.
4. In your application, install the Langtrace SDK and initialize it with the API key you generated in the step 3.
Expand Down