Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bd6bd57 to
5eaa1ed
Compare
5eaa1ed to
b32834a
Compare
b32834a to
1578c7a
Compare
1578c7a to
f184501
Compare
f184501 to
abc1d72
Compare
abc1d72 to
b81ea4a
Compare
b81ea4a to
58dcfa6
Compare
58dcfa6 to
7477214
Compare
7477214 to
518e1d4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
evlog@2.10.0
Minor Changes
#225
3d1dcd4Thanks @izadoesdev! - Add HyperDX drain adapter (evlog/hyperdx) for OTLP/HTTP ingest, with defaults aligned to HyperDX OpenTelemetry documentation (https://in-otel.hyperdx.io,authorizationheader). Includes docs site andreview-logging-patternsskill updates.#232
767ba27Thanks @MrLightful! - Add configurablecredentials(RequestCredentials, defaultsame-origin) for the client log transport and browser drainfetchcalls. The Nuxt module forwardstransport.credentialsintoruntimeConfig.public.evlogso clientinitLog()receives it.Patch Changes
#228
4385dbcThanks @shubh73! - Resolve Nitro runtime config in drain adapters via dynamicimport()(Cloudflare Workers and other runtimes withoutrequire). Cache Nitro module namespaces after first load to avoid repeated imports on every drain. Fix HyperDX drain toawaitresolveAdapterConfig()so env/runtime config is applied when usingcreateHyperDXDrain()without inline overrides.#188
e3ebe9fThanks @mnismt! - AdddefineNodeInstrumentation()for Next.js rootinstrumentation.ts: gate onNEXT_RUNTIME === 'nodejs', cache the dynamicimport()oflib/evlogbetweenregisterandonRequestError, and exportNextInstrumentationRequest/NextInstrumentationErrorContexttypes.