public: feature pages

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-07 16:42:02 +00:00
parent ed8b5c667e
commit 6ce9b5dd1b
127 changed files with 3140 additions and 81 deletions

View File

@@ -4,6 +4,7 @@ description: "Add server-side analytics to your Node.js application. Track event
difficulty: beginner
timeToComplete: 7
date: 2025-12-14
updated: 2026-02-07
cover: /content/cover-default.jpg
team: OpenPanel Team
steps:
@@ -145,7 +146,7 @@ export async function sendEmailJob(userId, emailData) {
## Step 4: Identify users
To identify users and track their behavior:
To [identify users](/features/identify-users) and track their behavior:
```js title="routes/api/login.js"
import { op } from '@/lib/op';