Skip to content

Commit 0724825

Browse files
committed
chore: drop camel case properties from analytics [internal]
1 parent 986e611 commit 0724825

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)