2.10.0 Doesn't Send Events with Identical Initialization?
See original GitHub issueHi all,
I’m looking forward to trying out the new features of 2.10 (especially useBeacon!)
However, I was hoping I’d be able to just swap out 2.10.0
for 2.9.2
, and get up and running. For some reason, I can’t get 2.10.0
to start sending events.
I uploaded these two examples, which just takes the snippet from the Setup Guide (and point at a dummy endpoint), and the only thing I change is the 2.10.0
link for the 2.9.2
one
https://snowplow2100test.netlify.com/
(in the 2.9.2 version, you can see the attempt to GET from the endpoint in the Network panel; in the 2.10.0 version, I don’t see anything)
There must be something I’m missing with initializing 2.10.0, right? Sorry if it’s something obvious
Thanks, Scotty
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Initialization options
The tracker will be named “sp” and will send events to the a collector url you specify by replacing {{collector_url_here}} .
Read more >Can't build project in VS 2019 (works in 2017)
Verify the parameter exists on the task, and it is a settable public instance property.” and “The “Csc” task could not be initialized...
Read more >Writing YARN Applications - Apache Hadoop
The event handler needs to be set to the client explicitly. ... The first step that a client needs to do is to...
Read more >MySQL bugs fixed by Aurora MySQL database engine ...
ON DUPLICATE KEY UPDATE operation generated a deadlock. ... Aurora MySQL database engine updates 2021-05-25 (version 2.10.0). 2.10.0.
Read more >Transfer Learning Guide: A Practical Tutorial With ...
That said, as shown in the paper, initializing the network with pre-trained weights results in ... Transfer learning is unlikely to work in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m waiting on
2.10.1-rc2
to deploy, but it’s updated to include a workaround for Chrome (it won’t fix Beacon API, but I’ll catch the exception and it should fallback to POST requests). As much as it’s great that you’re able to make it work withplain/text
, I can’t expect everyone else to set up their tracking pipeline to accommodate that. You’re right though this seems like the Chrome team is (bizarrely) behind on this bug.Just wanted to peep from the peanut gallery to say thanks for chasing this down. This was driving me bonkers when I tried to track down what was happening. Very arcane bug. Appreciate the quick patch @mhadam!