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

maint: bump Husky #966

Merged
merged 4 commits into from
Jan 11, 2024
Merged

maint: bump Husky #966

merged 4 commits into from
Jan 11, 2024

Conversation

kentquirk
Copy link
Contributor

@kentquirk kentquirk commented Jan 8, 2024

Which problem is this PR solving?

Husky's latest release fixes two bugs:

  • OTel Logs sent by JS over OTLP/JSON were having their ParentIDs garbled because ... let's just call it an impedance mismatch between signals. We now have special-case code to cope with it. This hasn't been a problem because not many people send OTel logs, and not many of them use JSON, and not many of them were sending from JS. We expect more of that now that we're emphasizing frontend.
  • If someone managed to construct an OTel signal with endtime before starttime, we would end up interpreting that as a Very Large Amount Of TIme. Now we won't.

Short description of the changes

  • bump Husky (and its dependencies)
  • bump Go version
  • update licenses because something went out of date

@kentquirk kentquirk requested a review from a team as a code owner January 8, 2024 18:54
@kentquirk kentquirk merged commit 509786f into main Jan 11, 2024
3 checks passed
@kentquirk kentquirk deleted the kent.bump_husky branch January 11, 2024 15:20
robbkidd added a commit that referenced this pull request Jan 30, 2024
Generated doc changes also includes a content update for TraceTimeout from #966
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants