Releases: saleor/apps
Releases · saleor/apps
[email protected]
Patch Changes
- e3c7526: Add new
ATTR_SERVICE_INSTANCE_ID
OTEL attribute to app instrumentation. - 4c5c63d: Use TypeScript unions instead of enums in types generated from Graphql files.
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Patch Changes
- e3c7526: Add new
ATTR_SERVICE_INSTANCE_ID
OTEL attribute to app instrumentation. - Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Patch Changes
- e3c7526: Add new
ATTR_SERVICE_INSTANCE_ID
OTEL attribute to app instrumentation. - 4c5c63d: Use TypeScript unions instead of enums in types generated from Graphql files.
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Patch Changes
- e3c7526: Add new
ATTR_SERVICE_INSTANCE_ID
OTEL attribute to app instrumentation. - 4c5c63d: Use TypeScript unions instead of enums in types generated from Graphql files.
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Patch Changes
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Patch Changes
- e3c7526: Add new
ATTR_SERVICE_INSTANCE_ID
OTEL attribute to app instrumentation. - 4c5c63d: Use TypeScript unions instead of enums in types generated from Graphql files.
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Patch Changes
- e3c7526: Add new
ATTR_SERVICE_INSTANCE_ID
OTEL attribute to app instrumentation. - 4c5c63d: Use TypeScript unions instead of enums in types generated from Graphql files.
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Minor Changes
- e3c7526: Add custom OTEL metric that counts requests made to AvaTax API.
Patch Changes
- 4c5c63d: Use TypeScript unions instead of enums in types generated from Graphql files.
- b4ed42c: Added wrapper for external OTEL tracer. Wrapper is responsible for enhanced error serialization, custom attribute injection & proper span lifecycle management.
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- Updated dependencies [e3c7526]
- Updated dependencies [b4ed42c]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
@saleor/[email protected]
Patch Changes
- a76465f: Update
@saleor/app-sdk
tov1.0.0
@saleor/[email protected]
Patch Changes
- e3c7526: Added
race
function. This utility helps prevent promises from hanging indefinitely by adding a timeout constraint. If the original promise doesn't resolve within the specified timeout, the race will reject with the provided error.