Skip to content

Commit

Permalink
feat: track routing correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiewarb committed Jul 14, 2023
1 parent 3717e14 commit 67e6c0a
Show file tree
Hide file tree
Showing 6 changed files with 358 additions and 349 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,8 +23,8 @@ Find and replace all on all files (CMD+SHIFT+F):

## Features

- 🌻 No configuration necessary
- 📯 Track events and page views manually with [composables](#composables)
- 📯 Optionally track page views automatically with the router integration
- 📂 [`.env` file support](#configuration)
- 🧺 Sensible default options
- 🦾 SSR-ready
Expand Down
7 changes: 6 additions & 1 deletion playground/nuxt.config.ts
@@ -1,5 +1,10 @@
export default defineNuxtConfig({
modules: ['../src/module'],
myModule: {},
segment: {
debugEnabled: true,
settings: {
writeKey: '',
}
},
devtools: { enabled: true }
})

0 comments on commit 67e6c0a

Please sign in to comment.