Skip to content

Commit 0a8c30a

Browse files
authored
[docs] Update Node.js README.md
1 parent 7a4fbec commit 0a8c30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ import { Analytics } from '@segment/analytics-node';
103103
import { NextRequest, NextResponse } from 'next/server';
104104

105105
export const analytics = new Analytics({
106-
writeKey: 'DjTUVRhleGaZX31JQpj6XIAaprCIb25W',
106+
writeKey: '<MY_WRITE_KEY>',
107107
maxEventsInBatch: 1,
108108
})
109109
.on('error', console.error)

0 commit comments

Comments
 (0)