Releases: saleor/apps
Releases · saleor/apps
[email protected]
Minor Changes
- 3c4358a: Setup OTEL via instrumentation hook. After this change app will use official way of setting up OTEL. There are no visible changes to the end user.
Patch Changes
- defa0b6: Rename
wrapWithSpanAttributes
towithSpanAttributes
. No changes to the end user. - e3fe0f7: Use
@vercel/otel
package to setup OTEL. After this change spans will be automatically flushed by Vercel. - Updated dependencies [3c4358a]
- Updated dependencies [9cfb8ac]
- Updated dependencies [e3fe0f7]
- Updated dependencies [23a31eb]
- Updated dependencies [defa0b6]
- Updated dependencies [defa0b6]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Minor Changes
- 3c4358a: Setup OTEL via instrumentation hook. After this change app will use official way of setting up OTEL. There are no visible changes to the end user.
Patch Changes
- defa0b6: Rename
wrapWithSpanAttributes
towithSpanAttributes
. No changes to the end user. - e3fe0f7: Use
@vercel/otel
package to setup OTEL. After this change spans will be automatically flushed by Vercel. - Updated dependencies [3c4358a]
- Updated dependencies [9cfb8ac]
- Updated dependencies [e3fe0f7]
- Updated dependencies [23a31eb]
- Updated dependencies [defa0b6]
- Updated dependencies [defa0b6]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Minor Changes
- 3c4358a: Setup OTEL via instrumentation hook. After this change app will use official way of setting up OTEL. There are no visible changes to the end user.
Patch Changes
- defa0b6: Rename
wrapWithSpanAttributes
towithSpanAttributes
. No changes to the end user. - e3fe0f7: Use
@vercel/otel
package to setup OTEL. After this change spans will be automatically flushed by Vercel. - Updated dependencies [3c4358a]
- Updated dependencies [9cfb8ac]
- Updated dependencies [e3fe0f7]
- Updated dependencies [23a31eb]
- Updated dependencies [defa0b6]
- Updated dependencies [defa0b6]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Minor Changes
- 3c4358a: Setup OTEL via instrumentation hook. After this change app will use official way of setting up OTEL. There are no visible changes to the end user.
Patch Changes
- defa0b6: Rename
wrapWithSpanAttributes
towithSpanAttributes
. No changes to the end user. - e3fe0f7: Use
@vercel/otel
package to setup OTEL. After this change spans will be automatically flushed by Vercel. - Updated dependencies [3c4358a]
- Updated dependencies [9cfb8ac]
- Updated dependencies [e3fe0f7]
- Updated dependencies [23a31eb]
- Updated dependencies [defa0b6]
- Updated dependencies [defa0b6]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Minor Changes
- 3c4358a: Setup OTEL via instrumentation hook. After this change app will use official way of setting up OTEL. There are no visible changes to the end user.
Patch Changes
- defa0b6: Rename
wrapWithSpanAttributes
towithSpanAttributes
. No changes to the end user. - e3fe0f7: Use
@vercel/otel
package to setup OTEL. After this change spans will be automatically flushed by Vercel. - Updated dependencies [3c4358a]
- Updated dependencies [9cfb8ac]
- Updated dependencies [e3fe0f7]
- Updated dependencies [23a31eb]
- Updated dependencies [defa0b6]
- Updated dependencies [defa0b6]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Minor Changes
- 3c4358a: Setup OTEL via instrumentation hook. After this change app will use official way of setting up OTEL. There are no visible changes to the end user.
Patch Changes
- defa0b6: Rename
wrapWithSpanAttributes
towithSpanAttributes
. No changes to the end user. - e3fe0f7: Use
@vercel/otel
package to setup OTEL. After this change spans will be automatically flushed by Vercel. - Updated dependencies [3c4358a]
- Updated dependencies [9cfb8ac]
- Updated dependencies [e3fe0f7]
- Updated dependencies [23a31eb]
- Updated dependencies [defa0b6]
- Updated dependencies [defa0b6]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Minor Changes
- 3c4358a: Setup OTEL via instrumentation hook. After this change app will use official way of setting up OTEL. There are no visible changes to the end user.
Patch Changes
- defa0b6: Migrate API route handlers to
compose
function. - defa0b6: Rename
wrapWithSpanAttributes
towithSpanAttributes
. No changes to the end user. - e3fe0f7: Use
@vercel/otel
package to setup OTEL. After this change spans will be automatically flushed by Vercel. - Updated dependencies [3c4358a]
- Updated dependencies [9cfb8ac]
- Updated dependencies [e3fe0f7]
- Updated dependencies [23a31eb]
- Updated dependencies [defa0b6]
- Updated dependencies [defa0b6]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
@saleor/[email protected]
Patch Changes
- Updated dependencies [defa0b6]
- @saleor/[email protected]
@saleor/[email protected]
Minor Changes
-
defa0b6: Add
compose
function that can be used to compose multiple functions into one:// before export default wrapWithLoggerContext(withSpanAttributes(handler)); // after export default compose(withLoggerContext, withSpanAttributes)(handler);
@saleor/[email protected]
Major Changes
- 3c4358a: BREAKING CHANGE. Change package structure. After this change
@saleor/apps-otel
won't exportwithOtel
wrapper but rather helpers or factories that should be used by apps to properly setup OTEL. See apps implementation on how to use new version.
Minor Changes
- e3fe0f7: Update functions exported from package and deps.