Skip to content

Commit 5ee237d

Browse files
committed
just add endpoint
1 parent cd12fe0 commit 5ee237d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/basket/src/lib/logger.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { Logtail } from '@logtail/edge';
22

33
const token = process.env.LOGTAIL_SOURCE_TOKEN as string;
4-
const endpoint = process.env.LOGTAIL_ENDPOINT as string;
54
export const logger = new Logtail(token, {
6-
endpoint,
5+
endpoint: 's1447431.eu-nbg-2.betterstackdata.com',
76
batchSize: 10,
87
batchInterval: 1000,
98
});

0 commit comments

Comments
 (0)