Merged
Conversation
commit: |
This comment has been minimized.
This comment has been minimized.
38607bc to
6c829e6
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
576b35d to
8179349
Compare
Code Metrics Report (packages/sdk)
Details | | main (8179349) | #657 (02d7b52) | +/- |
|--------------------|----------------|----------------|------|
| Coverage | 50.4% | 50.4% | 0.0% |
| Files | 258 | 258 | 0 |
| Lines | 8710 | 8710 | 0 |
| Covered | 4393 | 4393 | 0 |
| Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 |
| Code | 50331 | 50331 | 0 |
| Test | 20307 | 20307 | 0 |SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
toiroakr
approved these changes
Mar 4, 2026
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
@tailor-platform/sdk@1.21.0
Minor Changes
#649
4fd37bfThanks @toiroakr! - Add OpenTelemetry tracing instrumentation to the generate command. Each phase (loadTypes, loadResolvers, loadExecutors, generators) is measured as a span, opt-in viaOTEL_EXPORTER_OTLP_ENDPOINTwith zero overhead when disabled. Refactor generator scheduling to align with the plugin hook model — generators are now called at each phase they subscribe to via their dependencies array, matching how plugins use onTailorDBReady/onResolverReady/onExecutorReady hooks.#653
6b5f1dbThanks @murayama-r! - Add manual configuration for publishEvents on TailorDB types and resolversPatch Changes
3c8068dThanks @dqn! - Guard undefined user global in workflow bundler entry@tailor-platform/create-sdk@1.21.0