Shopify / shopify-app-js

MIT License
297 stars 117 forks source link

Add Shop context to logs #1779

Open lizkenyon opened 5 days ago

lizkenyon commented 5 days ago

WHY are these changes introduced?

WHAT is this pull request doing?

image

There are some cases where we still do not have the Shop context to add to the log. This is cases like extension authentication where the Shop is only known from the ID Token. This means we can't log the Shop until after we validated and decode the ID token.

Type of change

Checklist