The v1 embed script (pushlog-widget-v1.js) is now deprecated and will be removed on September 1, 2025.
What you need to do
Go to Project Settings → Widget
Copy the new v2 embed snippet
Replace the old snippet in your app
Why we're deprecating v1
The v1 script:
Is 2x larger than v2 (24KB vs 12KB)
Doesn't support dark mode
Uses deprecated browser APIs
Has a known Safari 17+ compatibility issue
Migration guide
Replace this:
<script src="https://widget.pushlog.dev/v1.js" data-id="xxx"></script>With this:
<script
src="https://widget.pushlog.dev/v2.js"
data-project="your-slug"
data-theme="auto"
async
></script>Note the changed attribute names:
data-id→data-project, and the newdata-themeoption.
If you need help migrating, reach out to support@pushlog.dev.