Closed krzysztofzuraw closed 2 months ago
Latest commit: 45897e9328d847ea5baf99907b0dfd1e4a5f70f9
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
saleor-app-avatax | ✅ Ready (Inspect) | Visit Preview | Sep 24, 2024 7:33am | |
saleor-app-cms | ✅ Ready (Inspect) | Visit Preview | Sep 24, 2024 7:33am | |
saleor-app-products-feed | ✅ Ready (Inspect) | Visit Preview | Sep 24, 2024 7:33am | |
saleor-app-search | ✅ Ready (Inspect) | Visit Preview | Sep 24, 2024 7:33am |
Scope of the PR
Changes in:
@saleor/apps-otel
- Patch OTEL dependency - it should handle NaN & Infinity values. It will ensure that logs are properly parsed and send to log service.@saleor/apps-logger
- Changed how we serialize errors in logs for OTEL. After this change they will be JSON stringified instead on modern error serialize function which didn't work with nested objects.Related issues
Checklist