public: feature pages
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user