Git Product home page Git Product logo

Comments (5)

shixish avatar shixish commented on August 16, 2024 1

We're seeing this too. I'm just not using trackPage configuration option and instead I'm using this in gatsby-browser.js:

exports.onRouteUpdate = () => {
  //Fire off the Segment tracking call
  window.analytics && window.analytics.page();
};

This way it doesn't fire the extra analytics.page calls from gatsby-ssr.js, and we just fire them manually.

from gatsby-plugin-segment-js.

newhouse avatar newhouse commented on August 16, 2024

Sounds like this is real. I'll have a look. Is it just straightforward to repro?

from gatsby-plugin-segment-js.

timmartin avatar timmartin commented on August 16, 2024

This is hitting me as well. I can reproduce it quite easily, but I don't have it in a public project. If it would be useful, I could put together a public repo that illustrates it. I think it's just a matter of adding the plugin with trackPage = true, though.

from gatsby-plugin-segment-js.

izzymiller avatar izzymiller commented on August 16, 2024

Would a good fix be to set a flag in the config as to whether you are actually making use of server side rendering, and to not fire the call in gatsby-ssr.js if not?

I think a lot of people using Styled Components (myself included) have a gatsby-ssr.js despite not using server side rendering intentionally for some reason that I only vaguely remember— but builds fail if i remove it.

from gatsby-plugin-segment-js.

newhouse avatar newhouse commented on August 16, 2024

This is fixed in 4.0.0, and there is now a includeTitleInPageCall option where you can choose if you want to send the page title with the call. That's the only thing close to a "breaking change" in 4.0, despite it being a "major" version bump.

from gatsby-plugin-segment-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.