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 edfca18 commit 90a8371Copy full SHA for 90a8371
src/plugins/docusaurus-plugin-segment/segment.js
@@ -33,7 +33,7 @@ export default ExecutionEnvironment.canUseDOM ? {
33
// Don't track page views on development
34
if (process.env.NODE_ENV === 'production' && window.analytics) {
35
window.analytics.page({
36
- app: 'crawlee',
+ app: 'docs',
37
path: location.pathname,
38
url: location.href,
39
search: location.search,
0 commit comments