Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LoggerVercelTransport and use it in AvaTax app #1622

Merged
merged 6 commits into from
Oct 14, 2024
Merged

Conversation

krzysztofzuraw
Copy link
Member

Scope of the PR

Related issues

Checklist

Copy link

vercel bot commented Oct 11, 2024

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 💬 Add feedback Oct 14, 2024 9:20am
saleor-app-smtp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 9:20am
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
saleor-app-cms ⬜️ Ignored (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 9:20am
saleor-app-klaviyo ⬜️ Ignored (Inspect) Visit Preview Oct 14, 2024 9:20am
saleor-app-products-feed ⬜️ Ignored (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 9:20am
saleor-app-search ⬜️ Ignored (Inspect) 💬 Add feedback Oct 14, 2024 9:20am

Copy link

changeset-bot bot commented Oct 11, 2024

🦋 Changeset detected

Latest commit: dc4f0c7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@saleor/apps-logger Patch
app-avatax Patch
cms-v2 Patch
klaviyo Patch
products-feed Patch
search Patch
smtp Patch

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

@vercel vercel bot temporarily deployed to Preview – saleor-app-cms October 14, 2024 08:39 Inactive
@vercel vercel bot temporarily deployed to Preview – saleor-app-klaviyo October 14, 2024 08:39 Inactive
@vercel vercel bot temporarily deployed to Preview – saleor-app-products-feed October 14, 2024 08:39 Inactive
@vercel vercel bot temporarily deployed to Preview – saleor-app-search October 14, 2024 08:39 Inactive
@vercel vercel bot temporarily deployed to Preview – saleor-app-smtp October 14, 2024 08:39 Inactive
@vercel vercel bot temporarily deployed to Preview – saleor-app-products-feed October 14, 2024 09:03 Inactive
@vercel vercel bot temporarily deployed to Preview – saleor-app-klaviyo October 14, 2024 09:03 Inactive
@vercel vercel bot temporarily deployed to Preview – saleor-app-search October 14, 2024 09:03 Inactive
@vercel vercel bot temporarily deployed to Preview – saleor-app-smtp October 14, 2024 09:03 Inactive
@vercel vercel bot temporarily deployed to Preview – saleor-app-cms October 14, 2024 09:03 Inactive
@krzysztofzuraw krzysztofzuraw removed the skip changeset Attach this label to PRs which does not need changes description for the release notes. label Oct 14, 2024
@krzysztofzuraw krzysztofzuraw changed the title Add vercel transport for logger Add LoggerVercelTransport and use it in AvaTax app Oct 14, 2024
@krzysztofzuraw krzysztofzuraw marked this pull request as ready for review October 14, 2024 09:23
@krzysztofzuraw krzysztofzuraw requested review from a team as code owners October 14, 2024 09:23
Comment on lines -84 to -90
address: JSON.stringify({
address: {
city: "test",
country: "test",
zip: "10111",
state: "NY",
street: "test",
}),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting that it works but technically js doesn't preserve keys order (or guarantees it), so it may be flaky - one day stringified object can be different

but non blocking, if it works, we dont have to touch it

@krzysztofzuraw krzysztofzuraw merged commit 6be0103 into main Oct 14, 2024
18 checks passed
@krzysztofzuraw krzysztofzuraw deleted the shopx-1510 branch October 14, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants