Skip to content

Commit dc61444

Browse files
authored
chore: drop camel case properties from analytics [internal] (#1978)
1 parent 03c80f0 commit dc61444

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/docusaurus-plugin-segment/segment.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export default ExecutionEnvironment.canUseDOM ? {
3434
if (process.env.NODE_ENV === 'production' && window.analytics) {
3535
window.analytics.page({
3636
app: 'docs',
37-
pageType: 'DOCS_PAGE',
3837
page_type: 'DOCS_PAGE',
3938
path: location.pathname,
4039
url: location.href,

0 commit comments

Comments
 (0)