auth0-extensions / auth0-extension-realtime-logs

Access real-time webtask logs
MIT License
11 stars 13 forks source link

feat: remove hard-coded logic for classic environments #55

Closed TwelveNights closed 8 months ago

TwelveNights commented 8 months ago

✏️ Changes

Removes the logic that changes the sandbox url based on the request host.

📷 Screenshots

N/A

🔗 References

N/A

🎯 Testing

🚫 This change has been tested in a Webtask

🚫 This change has unit test coverage

🚫 This change has integration test coverage

🚫 This change has been tested for performance

🚀 Deployment

✅ This can be deployed any time

🎡 Rollout

In order to verify that the deployment was successful we will install the extension in a classic environment and ensure that we are using the configuration passed to the management dashboard.

🔥 Rollback

We will rollback if there are issues with accessing Webtask with the configuration from the management dashboard.

📄 Procedure

We can revert by bumping the patch version and reverting the changes made in this PR.