-
Notifications
You must be signed in to change notification settings - Fork 131
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
fix: remove transport method that doesn't work #1167
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: -1.01 kB (0%) Total Size: 973 kB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking about exactly this. Thanks for following through on that private thought 😅
Just a slight comment here for historical purposes... the purpose of the |
reviewing #1166 made me wonder about the
scriptRequest
transportI tried it locally and you simply get a 400 back from PostHog so it doesn't work
plus you'd need to be in a browser that doesn't support xhr or fetch... even IE11 doesn't meet those criteria
stacked on top of #1166 to (hopefully) avoid merge conflict faff