We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c80f0 commit dc61444Copy full SHA for dc61444
src/plugins/docusaurus-plugin-segment/segment.js
@@ -34,7 +34,6 @@ export default ExecutionEnvironment.canUseDOM ? {
34
if (process.env.NODE_ENV === 'production' && window.analytics) {
35
window.analytics.page({
36
app: 'docs',
37
- pageType: 'DOCS_PAGE',
38
page_type: 'DOCS_PAGE',
39
path: location.pathname,
40
url: location.href,
0 commit comments