Skip to content

Commit

Permalink
feat: add honeycomb web sdk to browser service (#873)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- adding new alpha web sdk to web service

## Short description of the changes

- replace existing tracing setup with new (alpha) honeycomb web distro

## How to verify this has the expected result

`tilt up web node` from the root directory should result in 3 traces,
including a 27-span trace connecting the browser to the
frontend-message-name-year services
  • Loading branch information
JamieDanielson authored Feb 26, 2024
1 parent 8870dc2 commit 945dbe6
Show file tree
Hide file tree
Showing 4 changed files with 1,764 additions and 6,597 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,6 @@ golang/frontend/frontend
golang/message-service/message-service
golang/name-service/name-service
golang/year-service/year-service

# compiled js files
dist
Loading

0 comments on commit 945dbe6

Please sign in to comment.